mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-06-13 17:16:10 +08:00
7 lines
103 B
Ruby
7 lines
103 B
Ruby
platform :ios
|
|
|
|
target :test, :exclusive => true do
|
|
link_with 'TargetTest'
|
|
dependency 'JSONKit'
|
|
end
|