blob: 2934ebc2c8a8043f84db7a0346d6a581fab4a411 [file] [log] [blame]
murgatroid9924754c02015-06-11 13:57:55 -07001source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '8.0'
3
4target 'HelloWorld' do
5 # Depend on the generated HelloWorld library.
6 pod 'HelloWorld', :path => '.'
7end