SimpleAuth
SimpleAuth copied to clipboard
SimpleAuth doesn't build in XCode 7 due to dependency on ReactiveCocoa (Swift v1)
Changing the podspec to use ReactiveCocoa version 4.0.2-alpha-1, which support Swift 2, fixes this. See: https://github.com/calebd/SimpleAuth/compare/master...jedlinlau:master
Solved in #111 and #112
Example Podfile:
platform :ios, "9.0"
use_frameworks!
target 'MyAppNameHere' do
end
pod 'Box', :head
pod 'Result', :head
pod 'SimpleAuth/Instagram'
In the meantime ReactiveCocoa split between ObjC and Swift and the whole project doesnt work with Swift3 anymore