[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 3 / 9 / MWHttpUnit / 0.3.0 / MWHttpUnit.podspec.json
blob7fe346c007fb53fda64d3a41dc0f01a706baa875
2   "name": "MWHttpUnit",
3   "version": "0.3.0",
4   "summary": "A Unit of AFNetworking manager.",
5   "description": "The Unit Use AFNetworking can be quickly integrated make network request component.",
6   "homepage": "https://coding.net/u/iliunian/p/MWHttpUnit/git",
7   "license": "MIT",
8   "authors": {
9     "liu nian": "i19850511@gmail.com"
10   },
11   "source": {
12     "git": "https://git.coding.net/iliunian/MWHttpUnit.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/MWHTTPUnit.h",
20   "public_header_files": "Pod/Classes/MWHTTPUnit.h",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "AFNetworking": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "CacheUnit",
30       "source_files": "Pod/Classes/CacheUnit/*.{h,m}"
31     },
32     {
33       "name": "HTTP",
34       "source_files": "Pod/Classes/HTTP/*.{h,m}",
35       "dependencies": {
36         "AFNetworking": [
38         ]
39       }
40     },
41     {
42       "name": "HTTPCacheUnit",
43       "source_files": "Pod/Classes/HTTPCacheUnit/*.{h,m}",
44       "dependencies": {
45         "MWHttpUnit/CacheUnit": [
47         ],
48         "MWHttpUnit/HTTP": [
50         ],
51         "MWHttpUnit/Extension": [
53         ]
54       }
55     },
56     {
57       "name": "Extension",
58       "source_files": "Pod/Classes/Extension/*.{h,m}"
59     }
60   ]