forked from loafle/openapi-generator-original
* [swift] improve testing in sample projects * [swift] update run tests script * [swift] regenerate samples * [swift] fix tests with PromiseKit * [swift4] compile every project with swift package manager
14 lines
218 B
Ruby
14 lines
218 B
Ruby
platform :ios, '9.0'
|
|
|
|
source 'https://cdn.cocoapods.org/'
|
|
|
|
use_frameworks!
|
|
|
|
target 'TestClientApp' do
|
|
pod "TestClient", :path => "../"
|
|
|
|
target 'TestClientAppTests' do
|
|
inherit! :search_paths
|
|
end
|
|
end
|