2015-07-15 17:10:24 +08:00

13 lines
272 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
target 'SwaggerClient_Example', :exclusive => true do
pod "SwaggerClient", :path => "../"
end
target 'SwaggerClient_Tests', :exclusive => true do
pod "SwaggerClient", :path => "../"
pod 'Specta'
pod 'Expecta'
end