[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / f / 4 / SHRequest / 0.0.1 / SHRequest.podspec.json
blobad3f0da5c542270cb927ac23f7644ef3cd6b0a96
2   "name": "SHRequest",
3   "version": "0.0.1",
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.0.1"
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.0.1"
24     ],
25     "OAuthCore": [
26       "~>0.0.1"
27     ]
28   },
29   "requires_arc": false