blob: f7f5df25efdee0e7a4c3118ccb47d674629ff150 [file] [log] [blame]
install! 'cocoapods', :deterministic_uuids => false
use_frameworks!
target 'OpenWhiskStarterApp' do
platform :ios, '9.0'
pod 'OpenWhisk', :git => 'https://github.com/openwhisk/openwhisk-client-swift.git', :tag => '0.1.7'
end