blob: dffb49e2409e601eda5892ce2f0871f70a174758 [file] [log] [blame]
{
"name": "OAuth2-Swift",
"version": "1.2",
"summary": "A library makes OAuth2 handling in iOS more simple.",
"description": "A library makes OAuth2 handling in iOS much more simple.",
"homepage": "https://github.com/muhammadbassio/OAuth2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Muhammad Bassio": "muhammadbassio@gmail.com"
},
"source": {
"git": "https://github.com/muhammadbassio/OAuth2.git",
"tag": "1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "source/*.swift",
"dependencies": {
"Alamofire": [
],
"KeychainAccess": [
],
"SwiftyJSON": [
]
}
}