[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / b / 1 / TMKits / 0.1.0 / TMKits.podspec.json
blob6f19e52015e3c6dfd7d706476f910035e7558003
2   "name": "TMKits",
3   "version": "0.1.0",
4   "summary": "TMKit项目工程中常用的工具库.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/baiwulong/TMKit",
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/TMKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "public_header_files": "TMKit/TMKit.h",
23   "source_files": "TMKit/TMKit.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "subspecs": [
29     {
30       "name": "TMHelper",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "source_files": "TMKit/TMHelper/*.{h,m}",
35       "public_header_files": "TMKit/TMHelper/*.h",
36       "subspecs": [
37         {
38           "name": "TMToolsHelper",
39           "platforms": {
40             "ios": "8.0"
41           },
42           "source_files": "TMKit/TMHelper/TMToolsHelper/*.{h,m}",
43           "public_header_files": "TMKit/TMHelper/TMToolsHelper/*.h"
44         },
45         {
46           "name": "TMUIHelper",
47           "platforms": {
48             "ios": "8.0"
49           },
50           "source_files": "TMKit/TMHelper/TMUIHelper/*.{h,m}",
51           "public_header_files": "TMKit/TMHelper/TMUIHelper/*.h"
52         }
53       ]
54     },
55     {
56       "name": "TMCategory",
57       "platforms": {
58         "ios": "8.0"
59       },
60       "source_files": "TMKit/TMCategory/*.{h,m}",
61       "public_header_files": "TMKit/TMCategory/*.h"
62     },
63     {
64       "name": "TMMacros",
65       "platforms": {
66         "ios": "8.0"
67       },
68       "source_files": "TMKit/TMMacros/*.{h,m}",
69       "public_header_files": "TMKit/TMMacros/*.h"
70     },
71     {
72       "name": "TMCommonView",
73       "platforms": {
74         "ios": "8.0"
75       },
76       "source_files": "TMKit/TMCommonView/*.{h,m}",
77       "public_header_files": "TMKit/TMCommonView/*.h"
78     },
79     {
80       "name": "TMPodManager",
81       "platforms": {
82         "ios": "8.0"
83       },
84       "source_files": "TMKit/TMPodManager/*.{h,m}",
85       "public_header_files": "TMKit/TMPodManager/*.h",
86       "xcconfig": {
87         "HEADER_SEARCH_PATHS": "${PODS_ROOT}"
88       },
89       "subspecs": [
90         {
91           "name": "TMPodUIManager",
92           "platforms": {
93             "ios": "8.0"
94           },
95           "source_files": "TMKit/TMPodManager/TMPodUIManager/*.{h,m}",
96           "public_header_files": "TMKit/TMPodManager/TMPodUIManager/*.h",
97           "dependencies": {
98             "MJRefresh": [
99               "~> 3.1.15.3"
100             ],
101             "MBProgressHUD": [
102               "~> 1.1.0"
103             ],
104             "DZNEmptyDataSet": [
105               "~> 1.8.1"
106             ],
107             "CRToast": [
108               "~> 0.0.9"
109             ],
110             "JPFPSStatus": [
111               "~> 0.1.1"
112             ]
113           }
114         },
115         {
116           "name": "TMPodToolManager",
117           "platforms": {
118             "ios": "8.0"
119           },
120           "source_files": "TMKit/TMPodManager/TMPodToolManager/*.{h,m}",
121           "public_header_files": "TMKit/TMPodManager/TMPodToolManager/*.h",
122           "dependencies": {
123             "Masonry": [
124               "~> 1.1.0"
125             ],
126             "CTMediator": [
127               "~> 13"
128             ],
129             "FMDB": [
130               "~> 2.7.2"
131             ],
132             "DateTools": [
133               "~> 2.0.0"
134             ],
135             "IQKeyboardManager": [
136               "~> 6.0.3"
137             ],
138             "CocoaLumberjack": [
139               "~> 3.4.1"
140             ],
141             "FBRetainCycleDetector": [
142               "~> 0.1.4"
143             ],
144             "MLeaksFinder": [
145               "~> 1.0.0"
146             ]
147           }
148         }
149       ]
150     }
151   ]