[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 2 / 0 / BabyKit / 0.1.1 / BabyKit.podspec.json
blob07467f42925f8fc58b2d5315177e8cf1696e1d80
2   "name": "BabyKit",
3   "version": "0.1.1",
4   "summary": "BabyKit 一个日常开发实用Objective-C工具包(部分代码参考或直接拷贝第三方框架).依赖多个实用Cocoapod依赖库,旨在快速提升开发效率,在实际开发过程中更加顺畅,没有很高大上的技术,就是单纯为了满足日常基本开发需求。",
5   "description": "TODO: 针对已有的一系列类的demo编写待进行.....",
6   "homepage": "https://github.com/baiwulong/BabyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "baiwulong": "1204803180@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/baiwulong/BabyKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "public_header_files": "BabyKit/BabyKit.h",
23   "source_files": "BabyKit/BabyKit.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "subspecs": [
29     {
30       "name": "BBHelper",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "source_files": "BabyKit/BBHelper/*.{h,m}",
35       "public_header_files": "BabyKit/BBHelper/*.h",
36       "subspecs": [
37         {
38           "name": "BBToolsHelper",
39           "platforms": {
40             "ios": "8.0"
41           },
42           "source_files": "BabyKit/BBHelper/BBToolsHelper/*.{h,m}",
43           "public_header_files": "BabyKit/BBHelper/BBToolsHelper/*.h"
44         },
45         {
46           "name": "BBUIHelper",
47           "platforms": {
48             "ios": "8.0"
49           },
50           "source_files": "BabyKit/BBHelper/BBUIHelper/*.{h,m}",
51           "public_header_files": "BabyKit/BBHelper/BBUIHelper/*.h"
52         }
53       ]
54     },
55     {
56       "name": "BBCategory",
57       "platforms": {
58         "ios": "8.0"
59       },
60       "source_files": "BabyKit/BBCategory/*.{h,m}",
61       "public_header_files": "BabyKit/BBCategory/*.h"
62     },
63     {
64       "name": "BBView",
65       "platforms": {
66         "ios": "8.0"
67       },
68       "source_files": "BabyKit/BBView/*.{h,m}",
69       "public_header_files": "BabyKit/BBView/*.h"
70     },
71     {
72       "name": "BBPodManager",
73       "platforms": {
74         "ios": "8.0"
75       },
76       "source_files": "BabyKit/BBPodManager/*.{h,m}",
77       "public_header_files": "BabyKit/BBPodManager/*.h",
78       "xcconfig": {
79         "HEADER_SEARCH_PATHS": "${PODS_ROOT}"
80       },
81       "subspecs": [
82         {
83           "name": "BBPodUIManager",
84           "platforms": {
85             "ios": "8.0"
86           },
87           "source_files": "BabyKit/BBPodManager/BBPodUIManager/*.{h,m}",
88           "public_header_files": "BabyKit/BBPodManager/BBPodUIManager/*.h",
89           "dependencies": {
90             "MJRefresh": [
91               "~> 3.1.15.3"
92             ],
93             "MBProgressHUD": [
94               "~> 1.1.0"
95             ],
96             "DZNEmptyDataSet": [
97               "~> 1.8.1"
98             ],
99             "CRToast": [
100               "~> 0.0.9"
101             ],
102             "JPFPSStatus": [
103               "~> 0.1.1"
104             ]
105           }
106         },
107         {
108           "name": "BBPodToolManager",
109           "platforms": {
110             "ios": "8.0"
111           },
112           "source_files": "BabyKit/BBPodManager/BBPodToolManager/*.{h,m}",
113           "public_header_files": "BabyKit/BBPodManager/BBPodToolManager/*.h",
114           "dependencies": {
115             "FMDB": [
116               "~> 2.7.2"
117             ],
118             "DateTools": [
119               "~> 2.0.0"
120             ],
121             "IQKeyboardManager": [
122               "~> 6.0.3"
123             ],
124             "CocoaLumberjack": [
125               "~> 3.4.1"
126             ],
127             "FBRetainCycleDetector": [
128               "~> 0.1.4"
129             ],
130             "MLeaksFinder": [
131               "~> 1.0.0"
132             ]
133           }
134         }
135       ]
136     }
137   ]