AFNetworking/Podfile

14 lines
228 B
Ruby

inhibit_all_warnings!
pod 'OCMock', '2.1.1'
pod 'Expecta', '0.2.1'
target :ios do
platform :ios, '5.0'
link_with 'AFNetworkingTests'
end
target :osx do
platform :osx, '10.7'
link_with 'AFNetworkingFrameworkTests'
end