Authored by Bogdan Poplauschi

Attempt to fix the latest build (failed because of Invalid `Podfile` file: [!] T…

…he specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.)
... ... @@ -10,6 +10,5 @@ end
target :ios do
platform :ios, '5.0'
link_with 'Tests'
import_pods
end
... ...