blob: 8d581f6c3d6f304f46e4cc5242952ddc90b76809 [file] [log] [blame]
{
"name": "Oauth2Alamofire",
"version": "0.5.0",
"summary": "Oauth2 using Alamofire4.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://bitbucket.org/bstorm-ios/oauth2alamofire-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bstorm": "dev@bstorm.co"
},
"source": {
"git": "https://bitbucket.org/bstorm-ios/oauth2alamofire-ios.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Oauth2Alamofire/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.8"
]
}
}