blob: 3293ef329bc4b5565933205df902dea810901077 [file] [log] [blame]
{
"name": "STLOAuth",
"version": "1.0.0",
"license": "MIT",
"summary": "OAuth 1.0a client using AFNetwork.",
"homepage": "https://github.com/Elland/stl-oauth-client",
"authors": {
"Marcelo Alves": "marcelo.alves@me.com"
},
"source": {
"git": "https://github.com/Elland/stl-oauth-client.git",
"tag": "1.0.0"
},
"description": "Add the AFNetwork and both files, call - setConsumerKey:secret: and - setAccessToken:secret to set the signing parameters and all calls after that will be signed. If you want a non-authenticated call, use either - unsignedRequestWithMethod:path:parameters: or - setSignRequests(NO).",
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0RC1"
]
}
}