[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / c / e / KLKit / 1.0.3 / KLKit.podspec.json
bloba17db8d4fbe6440398aad162f0ddfe3e00b3c608
2   "name": "KLKit",
3   "version": "1.0.3",
4   "license": "MIT",
5   "summary": "A encapsulation component framework of KLKit.",
6   "homepage": "https://gitee.com/kllie",
7   "authors": {
8     "kllie": "zbh1019@163.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://gitee.com/kllie/KLKit.git",
15     "tag": "1.0.3"
16   },
17   "requires_arc": true,
18   "public_header_files": "KLKit/Classes/KLKit.h",
19   "source_files": "KLKit/Classes/KLKit.h",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.2.1"
23     ],
24     "PPNetworkHelper": [
25       "~> 0.8.1"
26     ],
27     "MJExtension": [
28       "~> 3.2.1"
29     ],
30     "Masonry": [
31       "~> 1.1.0"
32     ],
33     "Reachability": [
34       "~> 3.2"
35     ],
36     "Toast": [
37       "~> 4.0.0"
38     ],
39     "MBProgressHUD": [
40       "~> 1.1.0"
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "KLSupport",
46       "public_header_files": "KLKit/Classes/KLSupport/**/*.h",
47       "source_files": "KLKit/Classes/KLSupport/**/*"
48     },
49     {
50       "name": "KLComponent",
51       "public_header_files": "KLKit/Classes/KLComponent/**/*.h",
52       "source_files": "KLKit/Classes/KLComponent/**/*",
53       "dependencies": {
54         "KLKit/KLSupport": [
56         ]
57       }
58     }
59   ]