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 @@ -10,6 +10,5 @@ end
10 10
11 target :ios do 11 target :ios do
12 platform :ios, '5.0' 12 platform :ios, '5.0'
13 - link_with 'Tests'  
14 import_pods 13 import_pods
15 end 14 end