12 lines
228 B
Ruby
12 lines
228 B
Ruby
use_frameworks!
|
|
|
|
target "TestSwiftyDropbox_iOS" do
|
|
platform :ios, '9.0'
|
|
pod 'SwiftyDropbox', :path => '../'
|
|
end
|
|
|
|
target "TestSwiftyDropbox_macOS" do
|
|
platform :osx, '10.11'
|
|
pod 'SwiftyDropbox', :path => '../'
|
|
end
|