[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 7 / 2 / 0 / BabyKit / 0.1.4 / BabyKit.podspec.json
blob751c64b20f036894cbbabb94056923dd35cbd9b5
2   "name": "BabyKit",
3   "version": "0.1.4",
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.4"
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": "BabyHelper",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "source_files": "BabyKit/BabyHelper/*.{h,m}",
35       "public_header_files": "BabyKit/BabyHelper/*.h",
36       "xcconfig": {
37         "HEADER_SEARCH_PATHS": "${PODS_ROOT}"
38       }
39     },
40     {
41       "name": "BabyCategory",
42       "platforms": {
43         "ios": "8.0"
44       },
45       "source_files": "BabyKit/BabyCategory/*.{h,m}",
46       "public_header_files": "BabyKit/BabyCategory/*.h"
47     },
48     {
49       "name": "BabyCustomView",
50       "platforms": {
51         "ios": "8.0"
52       },
53       "source_files": "BabyKit/BabyCustomView/*.{h,m}",
54       "public_header_files": "BabyKit/BabyCustomView/*.h"
55     },
56     {
57       "name": "BabyPodHelper",
58       "platforms": {
59         "ios": "8.0"
60       },
61       "source_files": "BabyKit/BabyPodHelper/*.{h,m}",
62       "public_header_files": "BabyKit/BabyPodHelper/*.h",
63       "xcconfig": {
64         "HEADER_SEARCH_PATHS": "${PODS_ROOT}"
65       },
66       "subspecs": [
67         {
68           "name": "BabyPodUIHelper",
69           "platforms": {
70             "ios": "8.0"
71           },
72           "source_files": "BabyKit/BabyPodHelper/BabyPodUIHelper/*.{h,m}",
73           "public_header_files": "BabyKit/BabyPodHelper/BabyPodUIHelper/*.h",
74           "dependencies": {
75             "MJRefresh": [
77             ],
78             "MBProgressHUD": [
80             ],
81             "DZNEmptyDataSet": [
82               "~> 1.8.1"
83             ],
84             "CRToast": [
85               "~> 0.0.9"
86             ],
87             "JPFPSStatus": [
88               "~> 0.1.1"
89             ]
90           }
91         },
92         {
93           "name": "BabyPodToolHelper",
94           "platforms": {
95             "ios": "8.0"
96           },
97           "source_files": "BabyKit/BabyPodHelper/BabyPodToolHelper/*.{h,m}",
98           "public_header_files": "BabyKit/BabyPodHelper/BabyPodToolHelper/*.h",
99           "dependencies": {
100             "FMDB": [
101               "~> 2.7.2"
102             ],
103             "DateTools": [
104               "~> 2.0.0"
105             ],
106             "IQKeyboardManager": [
107               "~> 6.0.3"
108             ],
109             "NullSafe": [
110               "~> 1.2.3"
111             ],
112             "CocoaLumberjack": [
113               "~> 3.4.1"
114             ],
115             "FBRetainCycleDetector": [
116               "~> 0.1.4"
117             ]
118           }
119         }
120       ]
121     }
122   ]