blob: 9d2151de443a03a38e48090eb36f9fbf3cb4d5e1 [file] [log] [blame]
{
"name": "OAuthCore",
"version": "0.0.1",
"license": "Copyright (C) 2012 Loren Brichter",
"summary": "Simple function to sign OAuth requests.",
"homepage": "https://github.com/atebits/OAuthCore",
"authors": {
"Loren Brichter": ""
},
"source": {
"git": "https://github.com/atebits/OAuthCore.git",
"commit": "08727c23ae3ce27f9ec2c008d0bc1fbcc0ada20b"
},
"platforms": {
"ios": null
},
"source_files": [
"OAuthCore.{h,m}",
"OAuth+Additions.{h,m}"
],
"dependencies": {
"NSData+Base64": [
]
},
"requires_arc": false
}