blob: f9e9bde088fee875afea05cae044bd531a29bea0 [file] [log] [blame]
{
"name": "AF2OAuth1Client",
"version": "0.3.6",
"summary": "AFNetworking 2 Extension for OAuth 1.0a Authentication.",
"homepage": "https://github.com/AYastrebov/AF2OAuth1Client",
"social_media_url": "https://twitter.com/AFNetworking",
"license": "MIT",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AYastrebov/AF2OAuth1Client.git",
"tag": "0.3.6"
},
"source_files": "AF2OAuth1Client",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"Security",
"CoreGraphics"
]
},
"osx": {
"frameworks": [
"CoreServices",
"SystemConfiguration",
"Security"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}