[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 1 / 3 / 7 / YUKit / 1.0.4 / YUKit.podspec.json
blobb26e2c68c16fcf86cd8fe1cc0623cbc2506fbeae
2   "name": "YUKit",
3   "module_name": "YUKit",
4   "version": "1.0.4",
5   "summary": "YUKit for iOS.(objective-c 、c++)",
6   "homepage": "https://github.com/c6357/YUKit",
7   "license": "MIT",
8   "authors": {
9     "BruceYu": "c6357@outlook.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/c6357/YUKit.git",
16     "tag": "1.0.4"
17   },
18   "source_files": "YUKit/YUKitHeader.h",
19   "requires_arc": true,
20   "prefix_header_contents": "#ifdef DEBUG\n#define TBMB_DEBUG\n#endif",
21   "ios": {
22     "vendored_frameworks": "YUKit/framework/YUDBFramework.framework"
23   },
24   "frameworks": [
25     "UIKit",
26     "QuartzCore",
27     "Foundation"
28   ],
29   "libraries": "sqlite3",
30   "dependencies": {
31     "MJRefresh": [
32       "~> 2.2.0"
33     ],
34     "Masonry": [
35       "~> 0.6.2"
36     ],
37     "AFNetworking": [
38       "~>2.5.4"
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "header",
44       "source_files": "YUKit/*"
45     },
46     {
47       "name": "foundation",
48       "source_files": "YUKit/foundation/YU_Core.{h}",
49       "subspecs": [
50         {
51           "name": "lib",
52           "ios": {
53             "dependencies": {
54               "YUKit/header": [
56               ],
57               "YUKit/services/Reachability": [
59               ]
60             }
61           },
62           "source_files": "YUKit/foundation/lib/**/*.{h,m,cpp,mm,c}"
63         },
64         {
65           "name": "category",
66           "ios": {
67             "dependencies": {
68               "YUKit/header": [
70               ],
71               "YUKit/foundation/lib": [
73               ]
74             }
75           },
76           "source_files": "YUKit/foundation/category/**/*.{h,m,cpp,mm,c}"
77         }
78       ]
79     },
80     {
81       "name": "uikit",
82       "source_files": "YUKit/uikit/YU_UI.{h}",
83       "subspecs": [
84         {
85           "name": "lib",
86           "ios": {
87             "dependencies": {
88               "YUKit/header": [
90               ],
91               "YUKit/foundation": [
93               ]
94             }
95           },
96           "source_files": "YUKit/uikit/lib/**/*.{h,m,cpp,mm,c}"
97         },
98         {
99           "name": "category",
100           "ios": {
101             "dependencies": {
102               "YUKit/header": [
104               ],
105               "YUKit/foundation": [
107               ]
108             }
109           },
110           "source_files": "YUKit/uikit/category/**/*.{h,m,cpp,mm,c}"
111         }
112       ]
113     },
114     {
115       "name": "services",
116       "subspecs": [
117         {
118           "name": "NSJson",
119           "source_files": "YUKit/services/NSJson/**/*.{h,m,cpp,mm,c}"
120         },
121         {
122           "name": "Reachability",
123           "requires_arc": false,
124           "source_files": "YUKit/services/Reachability/**/*.{h,m,cpp,mm,c}"
125         }
126       ]
127     },
128     {
129       "name": "base",
130       "source_files": "YUKit/base/YU_Base.{h}",
131       "subspecs": [
132         {
133           "name": "NavigationController",
134           "source_files": "YUKit/base/NavigationController/**/*.{h,m,cpp,mm,c}"
135         },
136         {
137           "name": "ViewController",
138           "ios": {
139             "dependencies": {
140               "YUKit/header": [
142               ],
143               "YUKit/uikit": [
145               ],
146               "YUKit/foundation": [
148               ]
149             }
150           },
151           "source_files": "YUKit/base/ViewController/**/*.{h,m,cpp,mm,c}"
152         },
153         {
154           "name": "TableView",
155           "ios": {
156             "dependencies": {
157               "YUKit/header": [
159               ],
160               "YUKit/uikit": [
162               ],
163               "YUKit/foundation": [
165               ],
166               "YUKit/base/ViewController": [
168               ]
169             }
170           },
171           "source_files": "YUKit/base/TableView/**/*.{h,m,cpp,mm,c}"
172         },
173         {
174           "name": "View",
175           "source_files": "YUKit/base/View/**/*.{h,m,cpp,mm,c}"
176         },
177         {
178           "name": "ViewModel",
179           "source_files": "YUKit/base/ViewModel/**/*.{h,m,cpp,mm,c}"
180         }
181       ]
182     }
183   ]