[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / 1 / CJNetwork / 0.0.6 / CJNetwork.podspec.json
blob86ce29cf53a9011aa6097af7faab15d44c7b2078
2   "name": "CJNetwork",
3   "version": "0.0.6",
4   "summary": "一个AFNetworking应用的封装",
5   "homepage": "https://github.com/dvlproad/CJNetwork",
6   "license": "MIT",
7   "authors": {
8     "dvlproad": "studyroad@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/dvlproad/CJNetwork.git",
15     "tag": "AFHTTPSessionManager+CJCategory_0.0.6"
16   },
17   "source_files": "CJNetwork/*.{h,m}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ],
24     "SVProgressHUD": [
25       "~> 1.1.3"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "AFHTTPSessionManager+CJCacheRequest",
31       "source_files": "CJNetwork/AFHTTPSessionManager+CJCacheRequest/**/*.{h,m}",
32       "subspecs": [
33         {
34           "name": "CJNetworkMonitor",
35           "source_files": "CJNetwork/CJNetworkMonitor/**/*.{h,m}"
36         },
37         {
38           "name": "CJCacheManager",
39           "source_files": "CJCacheManager/**/*.{h,m}"
40         }
41       ]
42     },
43     {
44       "name": "AFHTTPSessionManager+CJCheckVersion",
45       "source_files": "CJNetwork/AFHTTPSessionManager+CJCheckVersion/**/*.{h,m}"
46     },
47     {
48       "name": "AFHTTPSessionManager+CJUploadFile",
49       "source_files": "CJNetwork/AFHTTPSessionManager+CJUploadFile/**/*.{h,m}"
50     },
51     {
52       "name": "URLRequestUtil",
53       "source_files": "CJNetwork/URLRequestUtil/**/*.{h,m}"
54     }
55   ]