[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 0 / 9 / AddCommonKit / 2.0.1 / AddCommonKit.podspec.json
blob4f9f9aa854adf7377e3f68fbb0c518c7f5fe51b0
2   "name": "AddCommonKit",
3   "version": "2.0.1",
4   "summary": "A short description of AddCommonKit.",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "homepage": "https://github.com/huangfangkai/AddCommonKit",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "HFK": "416567352@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/huangfangkai/AddCommonKit.git",
18     "tag": "2.0.1"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "default_subspecs": "All",
26   "prefix_header_contents": "#import \"AddCommonHead.h\"",
27   "dependencies": {
28     "AFNetworking": [
29       "~> 4.0.1"
30     ],
31     "FLEX": [
33     ],
34     "Masonry": [
35       "~> 1.1.0"
36     ],
37     "BlocksKit": [
38       "~> 2.2.5"
39     ],
40     "TTTAttributedLabel": [
41       "~> 1.10.1"
42     ],
43     "MBProgressHUD": [
44       "~> 1.1.0"
45     ]
46   },
47   "subspecs": [
48     {
49       "name": "All",
50       "dependencies": {
51         "AddCommonKit/Util": [
53         ]
54       }
55     },
56     {
57       "name": "Util",
58       "source_files": [
59         "AddCommonKit/Util/*.{h,m}",
60         "AddCommonKit/Util/Network/*.{h,m}",
61         "AddCommonKit/Util/Common/*.{h,m}",
62         "AddCommonKit/Util/Views/*.{h,m}",
63         "AddCommonKit/Util/KTActionSheet/*.{h,m,xib}"
64       ],
65       "dependencies": {
66         "Masonry": [
67           "~> 1.1.0"
68         ]
69       }
70     }
71   ]