Swiftgram/Podfile
2014-10-14 18:41:19 -07:00

8 lines
154 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
target :'AsyncDisplayKitTests', :exclusive => true do
pod 'OCMock', '~> 2.2'
end