Commit b8f6bd87 authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #4022 from mrezk/master

Fix watchOS Example Podfile referencing non-existent branch
parents 191d0502 08482d0b
use_frameworks! use_frameworks!
target 'watchOSsample' do target 'watchOSsample' do
pod 'Alamofire', :git => 'git@github.com:neonichu/Alamofire.git', :branch => 'watchos' pod 'Alamofire', '~> 2.0.0-beta.1'
end end
target 'watchOSsample WatchKit Extension' do target 'watchOSsample WatchKit Extension' do
platform :watchos, '2.0' platform :watchos, '2.0'
pod 'Alamofire', :git => 'git@github.com:neonichu/Alamofire.git', :branch => 'watchos' pod 'Alamofire', '~> 2.0.0-beta.1'
end 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