[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 0 / 9 / AddCommonKit / 1.0.0 / AddCommonKit.podspec.json
blobf687bf20234d7e807583938bc0d18ab5db04e016
2   "name": "AddCommonKit",
3   "version": "1.0.0",
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": "1.0.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "default_subspecs": "All",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 4.0.1"
29     ],
30     "FLEX": [
32     ],
33     "Masonry": [
34       "~> 1.1.0"
35     ],
36     "BlocksKit": [
37       "~> 2.2.5"
38     ],
39     "TTTAttributedLabel": [
40       "~> 1.10.1"
41     ],
42     "MBProgressHUD": [
43       "~> 1.1.0"
44     ]
45   },
46   "subspecs": [
47     {
48       "name": "All",
49       "dependencies": {
50         "AddCommonKit/Util": [
52         ]
53       }
54     },
55     {
56       "name": "Util",
57       "source_files": "AddCommonKit/Util/*.{h,m}"
58     }
59   ]