Attempt to fix the latest build (failed because of Invalid `Podfile` file: [!] The specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.)

This commit is contained in:
Bogdan Poplauschi 2016-05-28 22:07:18 +03:00
parent 1f165b48ee
commit 11840d1313
1 changed files with 0 additions and 1 deletions

View File

@ -10,6 +10,5 @@ end
target :ios do
platform :ios, '5.0'
link_with 'Tests'
import_pods
end