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