mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-01-12 22:46:25 +08:00
7 lines
96 B
Ruby
7 lines
96 B
Ruby
platform :ios
|
|
|
|
target :test, :exclusive => true do
|
|
link_with 'TargetTest'
|
|
pod 'JSONKit'
|
|
end
|