Is there a way to specify a dependency on another branch when building my Cocoapod?
问题 I'm trying to build a Cocoapod that (currently - this will change when iOS 9 and Xcode 7 are out of beta) depends on different branches of Alamofire and SwiftyJSON. This is because my Cocoapod was coded in Swift 2.0. To be more specific, my pod currently depends on the swift2-0 Alamofire branch and xcode7 SwiftyJSON branch. My Podspecs file currently looks like this: # # Be sure to run `pod lib lint ALSMAL.podspec' to ensure this is a # valid spec and remove all comments before submitting the