blob: bdda53e69932b31df8153ada562ade285a407d85 [file] [log] [blame]
{
"name": "AFOAuthClient",
"version": "1.0.0",
"license": "Apache License, Version 2.0",
"summary": "AFNetworking Extension for OAuth 1.0a, OAuth 2 explict (server side) and oAuth 2 Implicit Authentication",
"homepage": "https://github.com/aporat/AFOAuthClient",
"authors": {
"Adar Porat": "http://github.com/aporat"
},
"source": {
"git": "https://github.com/aporat/AFOAuthClient.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "AFOAuthClient/AFOAuthClient/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2"
]
}
}