p2 / OAuth2

OAuth2 framework for macOS and iOS, written in Swift.
Other
1.15k stars 277 forks source link

Incorrect deployment target setup in podspec #309

Closed undsoft closed 5 years ago

undsoft commented 5 years ago

The podspec says:

s.osx.deployment_target = '10.10'

However when I try to compile on this version, I get:

/Pods/p2.OAuth2/SwiftKeychain/Keychain/Keychain.swift:49:44: 'archivedData(withRootObject:)' is only available on OS X 10.11 or newer