Files
CocoaPods/examples/TargetTest/Podfile
2012-07-08 12:02:16 -05:00

7 lines
96 B
Ruby

platform :ios
target :test, :exclusive => true do
link_with 'TargetTest'
pod 'JSONKit'
end