blob: 39991e0784c7b47edc4db8cbde13c3f0494fbc44 [file] [log] [blame]
{
"name": "SHRequest",
"version": "0.2.0",
"summary": "OAuth Signed requests following an account protocol and looks like SLRequest.",
"description": " Pass in an SHAccount (or anything that follows the account protocol)\n and do signed requests. Same API as SLRequest.\n",
"homepage": "https://github.com/seivan/SHRequest",
"source": {
"git": "https://github.com/seivan/SHRequest.git",
"tag": "0.2.0"
},
"license": {
"type": "MIT"
},
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SHRequest/**/*.{h,m}",
"dependencies": {
"SHOmniAuth": [
"~> 0.2.0"
],
"OAuthCore": [
]
},
"requires_arc": false
}