Commit 08482d0b authored by Mariano Rezk's avatar Mariano Rezk

Fix watchOS Example Podfile referencing non-existent branch

parent 191d0502
use_frameworks!
target 'watchOSsample' do
pod 'Alamofire', :git => 'git@github.com:neonichu/Alamofire.git', :branch => 'watchos'
pod 'Alamofire', '~> 2.0.0-beta.1'
end
target 'watchOSsample WatchKit Extension' do
platform :watchos, '2.0'
pod 'Alamofire', :git => 'git@github.com:neonichu/Alamofire.git', :branch => 'watchos'
pod 'Alamofire', '~> 2.0.0-beta.1'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment