[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 6 / 9 / GJHttpToolOC / 0.1.1 / GJHttpToolOC.podspec.json
blob47d804103a920408c1ff46c47eb3c65617a14a40
2   "name": "GJHttpToolOC",
3   "version": "0.1.1",
4   "summary": "Objective-C 网络请求框架,封装自AFNetworking",
5   "description": "Objective-C 网络请求框架,封装自AFNetworking.",
6   "homepage": "https://github.com/cs-lgj/GJHttpToolOC.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ArlenLiu": "arlenliugj@sina.cn"
13   },
14   "source": {
15     "git": "https://github.com/cs-lgj/GJHttpToolOC.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GJHttpToolOC/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ]
26   }