blob: 0c032e5af5d0144c091a303ade8c2cb245e85292 [file] [log] [blame]
{
"name": "AFOAuth1Client",
"version": "0.2.1",
"summary": "AFNetworking Extension for OAuth 1.0a Authentication.",
"homepage": "https://github.com/AFNetworking/AFOAuth1Client",
"license": "MIT",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFOAuth1Client.git",
"tag": "0.2.1"
},
"source_files": "AFOAuth1Client",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFNetworking": [
"~> 1.3"
]
},
"prefix_header_contents": "#ifdef __OBJC__\n #import <Security/Security.h>\n#endif /* __OBJC__*/\n"
}