blob: dd4ad870d3da2b5a1d3cb9a1c4a2449e53b65dc2 [file] [log] [blame]
{
"name": "OAuth2-Swift",
"version": "1.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "source/*.swift",
"dependencies": {
"Alamofire": [
],
"KeychainAccess": [
],
"SwiftyJSON": [
]
}
}