[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / f / 4 / SHRequest / 0.1.0 / SHRequest.podspec.json
blob9fc613431b63d93c42ed4457010222a57236520d
2   "name": "SHRequest",
3   "version": "0.1.0",
4   "summary": "OAuth Signed requests following an account protocol and looks like SLRequest.",
5   "description": "                    Pass in an SHAccount (or anything that follows the account protocol)\n                    and do signed requests. Same API as SLRequest.\n",
6   "homepage": "https://github.com/seivan/SHRequest",
7   "source": {
8     "git": "https://github.com/seivan/SHRequest.git",
9     "tag": "0.1.0"
10   },
11   "license": {
12     "type": "MIT"
13   },
14   "authors": {
15     "Seivan Heidari": "seivan.heidari@icloud.com"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "SHRequest/**/*.{h,m}",
21   "dependencies": {
22     "SHOmniAuth": [
23       "~> 0.1.0"
24     ],
25     "OAuthCore": [
27     ]
28   },
29   "requires_arc": false