blob: d8c7faf602a17694e7a91ff43c42bf8a5b21f97a [file] [log] [blame]
{
"name": "AlamofireOauth2",
"version": "2.0.1",
"summary": "Oauth2 implementation using Alamofire",
"description": "A Swift implementation of Oauth2 using Alamofire",
"homepage": "https://github.com/evermeer/AlamofireOauth2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "evermeer",
"social_media_url": "https://twitter.com/evermeer",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/evermeer/SwiftOauth2.git",
"tag": "2.0.1"
},
"source_files": "AlamofireOauth2/*",
"frameworks": [
"Foundation",
"UIKit",
"CloudKit"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"KeychainAccess": [
]
},
"pushed_with_swift_version": "3.0"
}