[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 6 / 9 / GJHttpToolOC / 0.1.2 / GJHttpToolOC.podspec.json
blob11ae0d3cf44daaff0d693f42eb2b9f0472439aed
2   "name": "GJHttpToolOC",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GJHttpToolOC/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ],
26     "MBProgressHUD": [
27       "~> 1.0.0"
28     ],
29     "Masonry": [
30       "~> 1.0.2"
31     ],
32     "SDWebImage": [
33       "~> 4.0.0"
34     ],
35     "IQKeyboardManager": [
36       "~> 5.0.3"
37     ],
38     "YYModel": [
39       "~> 1.0.4"
40     ],
41     "MJRefresh": [
42       "~> 3.1.12"
43     ]
44   }