[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / 7 / YUKit / 1.2.2 / YUKit.podspec.json
blob4212a843938b5a0c993410413a15b6df0018e0df
2   "name": "YUKit",
3   "module_name": "YUKit",
4   "version": "1.2.2",
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.2.2"
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       "~> 3.1.0"
33     ],
34     "Masonry": [
35       "~> 1.0.0"
36     ],
37     "AFNetworking": [
38       "~>3.1.0"
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             }
58           },
59           "source_files": "YUKit/foundation/lib/**/*.{h,m,cpp,mm,c}"
60         },
61         {
62           "name": "category",
63           "ios": {
64             "dependencies": {
65               "YUKit/header": [
67               ],
68               "YUKit/foundation/lib": [
70               ]
71             }
72           },
73           "source_files": "YUKit/foundation/category/**/*.{h,m,cpp,mm,c}"
74         }
75       ]
76     },
77     {
78       "name": "uikit",
79       "source_files": "YUKit/uikit/YU_UI.{h}",
80       "subspecs": [
81         {
82           "name": "lib",
83           "ios": {
84             "dependencies": {
85               "YUKit/header": [
87               ],
88               "YUKit/foundation": [
90               ]
91             }
92           },
93           "source_files": "YUKit/uikit/lib/**/*.{h,m,cpp,mm,c}"
94         },
95         {
96           "name": "category",
97           "ios": {
98             "dependencies": {
99               "YUKit/header": [
101               ],
102               "YUKit/foundation": [
104               ]
105             }
106           },
107           "source_files": "YUKit/uikit/category/**/*.{h,m,cpp,mm,c}"
108         }
109       ]
110     },
111     {
112       "name": "services",
113       "subspecs": [
114         {
115           "name": "NSJson",
116           "source_files": "YUKit/services/NSJson/**/*.{h,m,cpp,mm,c}"
117         }
118       ]
119     },
120     {
121       "name": "base",
122       "source_files": "YUKit/base/YU_Base.{h}",
123       "subspecs": [
124         {
125           "name": "NavigationController",
126           "source_files": "YUKit/base/NavigationController/**/*.{h,m,cpp,mm,c}"
127         },
128         {
129           "name": "ViewController",
130           "ios": {
131             "dependencies": {
132               "YUKit/header": [
134               ],
135               "YUKit/uikit": [
137               ],
138               "YUKit/foundation": [
140               ]
141             }
142           },
143           "source_files": "YUKit/base/ViewController/**/*.{h,m,cpp,mm,c}"
144         },
145         {
146           "name": "TableView",
147           "ios": {
148             "dependencies": {
149               "YUKit/header": [
151               ],
152               "YUKit/uikit": [
154               ],
155               "YUKit/foundation": [
157               ],
158               "YUKit/base/ViewController": [
160               ]
161             }
162           },
163           "source_files": "YUKit/base/TableView/**/*.{h,m,cpp,mm,c}"
164         },
165         {
166           "name": "View",
167           "source_files": "YUKit/base/View/**/*.{h,m,cpp,mm,c}"
168         },
169         {
170           "name": "ViewModel",
171           "source_files": "YUKit/base/ViewModel/**/*.{h,m,cpp,mm,c}"
172         }
173       ]
174     }
175   ]