2015-07-07 15:49:04 +02:00

13 lines
292 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'NSString-Helper_Example', :exclusive => true do
pod "NSString-Helper", :path => "../"
end
target 'NSString-Helper_Tests', :exclusive => true do
pod "NSString-Helper", :path => "../"
pod 'FBSnapshotTestCase'
end