[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 8 / 2 / TTOCKit / 1.3.0 / TTOCKit.podspec.json
blob63c5ef0676a2b306f1b2e58f8605e996e663c1bf
2   "name": "TTOCKit",
3   "version": "1.3.0",
4   "summary": "mvc.",
5   "description": "easy to mvc.",
6   "homepage": "https://github.com/ttayaa/TTOCKit",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "ttayaa": "2087154267@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ttayaa/TTOCKit.git",
19     "tag": "v1.3.0"
20   },
21   "source_files": "TTOCKit/**/*.{h,m,mm}",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "TTOCKitHeader",
26       "source_files": "TTOCKit/TTOCKitHeader/TTOCKitConfig.h"
27     },
28     {
29       "name": "TTControllerCategory",
30       "source_files": "TTOCKit/TTControllerCategory/**/*.{h,m,mm}",
31       "dependencies": {
32         "DZNEmptyDataSet": [
34         ]
35       }
36     },
37     {
38       "name": "TTMVVM",
39       "source_files": "TTOCKit/TTMVVM/**/*.{h,m,mm}"
40     },
41     {
42       "name": "TTTools",
43       "source_files": "TTOCKit/TTTools/TTTools.h",
44       "subspecs": [
45         {
46           "name": "TTCommonTools",
47           "source_files": "TTOCKit/TTTools/TTCommonTools/**/*.{h,m,mm}"
48         },
49         {
50           "name": "TTBtnArrSelected",
51           "source_files": "TTOCKit/TTTools/TTBtnArrSelected/**/*.{h,m,mm}"
52         },
53         {
54           "name": "TTQRScanController",
55           "source_files": "TTOCKit/TTTools/TTQRScanController/**/*.{h,m,mm}",
56           "resource_bundles": {
57             "View": [
58               "TTOCKit/TTTools/TTQRScanController/**/*.{xib,storyboard,bundle}"
59             ]
60           }
61         },
62         {
63           "name": "TTPhotoBrowser",
64           "source_files": "TTOCKit/TTTools/TTPhotoBrowser/**/*.{h,m,mm}",
65           "dependencies": {
66             "SDWebImage": [
68             ]
69           }
70         },
71         {
72           "name": "TTNSStringCategory",
73           "source_files": "TTOCKit/TTTools/TTNSStringCategory/**/*.{h,m,mm}"
74         },
75         {
76           "name": "TTPlaceholderPlace",
77           "source_files": "TTOCKit/TTTools/TTPlaceholderPlace/**/*.{h,m,mm}"
78         },
79         {
80           "name": "TTNumberTF",
81           "source_files": "TTOCKit/TTTools/TTNumberTF/**/*.{h,m,mm}"
82         },
83         {
84           "name": "TTProgress",
85           "source_files": "TTOCKit/TTTools/TTProgress/**/*.{h,m,mm}",
86           "resource_bundles": {
87             "View": [
88               "TTOCKit/TTTools/TTProgress/**/*.{xib,storyboard,bundle}"
89             ]
90           }
91         },
92         {
93           "name": "TTLimitTextField",
94           "source_files": "TTOCKit/TTTools/TTLimitTextField/**/*.{h,m,mm}"
95         },
96         {
97           "name": "TTAlertView",
98           "source_files": "TTOCKit/TTTools/TTAlertView/**/*.{h,m,mm}"
99         },
100         {
101           "name": "TTWebView",
102           "source_files": "TTOCKit/TTTools/TTWebView/**/*.{h,m,mm}"
103         },
104         {
105           "name": "TTLogVcDealloc",
106           "source_files": "TTOCKit/TTTools/TTLogVcDealloc/**/*.{h,m,mm}"
107         },
108         {
109           "name": "TTButtonInnerRect",
110           "source_files": "TTOCKit/TTTools/TTButtonInnerRect/**/*.{h,m,mm}"
111         }
112       ]
113     },
114     {
115       "name": "TTNetwork",
116       "source_files": "TTOCKit/TTNetwork/*.{h,m,mm}",
117       "resource_bundles": {
118         "View": [
119           "TTOCKit/TTNetwork/**/*.{xib,storyboard,bundle}"
120         ]
121       },
122       "dependencies": {
123         "AFNetworking": [
125         ],
126         "YYModel": [
128         ]
129       },
130       "subspecs": [
131         {
132           "name": "NetChangeTools",
133           "source_files": "TTOCKit/TTNetwork/NetChangeTools/**/*.{h,m,mm}"
134         }
135       ]
136     },
137     {
138       "name": "TTSignal",
139       "source_files": "TTOCKit/TTSignal/**/*.{h,m,mm}"
140     },
141     {
142       "name": "TTRouter",
143       "source_files": "TTOCKit/TTRouter/**/*.{h,m,mm}",
144       "dependencies": {
145         "YYModel": [
147         ]
148       }
149     }
150   ]