[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 1 / FWFramework / 1.6.0 / FWFramework.podspec.json
blob83f181cb5cbb8101e594a1a20cc86f8a29b2464c
2   "name": "FWFramework",
3   "version": "1.6.0",
4   "summary": "ios develop framework",
5   "homepage": "http://wuyong.site",
6   "license": "MIT",
7   "authors": {
8     "Wu Yong": "admin@wuyong.site"
9   },
10   "source": {
11     "git": "https://github.com/lszzy/FWFramework.git",
12     "tag": "1.6.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "default_subspecs": "FWFramework",
24   "subspecs": [
25     {
26       "name": "FWFramework",
27       "dependencies": {
28         "FWFramework/Framework": [
30         ],
31         "FWFramework/Application": [
33         ],
34         "FWFramework/Component/Foundation": [
36         ],
37         "FWFramework/Component/UIKit": [
39         ]
40       }
41     },
42     {
43       "name": "Framework",
44       "source_files": [
45         "FWFramework/Classes/FWFramework.h",
46         "FWFramework/Classes/Framework/**/*.{h,m,swift}"
47       ],
48       "resources": "FWFramework/Assets/FWFramework.bundle"
49     },
50     {
51       "name": "Application",
52       "dependencies": {
53         "FWFramework/Framework": [
55         ]
56       },
57       "subspecs": [
58         {
59           "name": "App",
60           "source_files": "FWFramework/Classes/Application/App/**/*.{h,m,swift}"
61         },
62         {
63           "name": "Controller",
64           "source_files": "FWFramework/Classes/Application/Controller/*.{h,m,swift}",
65           "dependencies": {
66             "FWFramework/Application/App": [
68             ]
69           }
70         },
71         {
72           "name": "Model",
73           "source_files": "FWFramework/Classes/Application/Model/*.{h,m,swift}"
74         },
75         {
76           "name": "View",
77           "source_files": "FWFramework/Classes/Application/View/*.{h,m,swift}"
78         },
79         {
80           "name": "Cache",
81           "libraries": "sqlite3",
82           "source_files": "FWFramework/Classes/Application/Service/Cache/*.{h,m,swift}"
83         },
84         {
85           "name": "Database",
86           "libraries": "sqlite3",
87           "source_files": "FWFramework/Classes/Application/Service/Database/*.{h,m,swift}"
88         },
89         {
90           "name": "Image",
91           "source_files": "FWFramework/Classes/Application/Service/Image/*.{h,m,swift}",
92           "dependencies": {
93             "FWFramework/Application/Network": [
95             ]
96           }
97         },
98         {
99           "name": "Network",
100           "source_files": "FWFramework/Classes/Application/Service/Network/*.{h,m,swift}"
101         },
102         {
103           "name": "Request",
104           "source_files": "FWFramework/Classes/Application/Service/Request/*.{h,m,swift}",
105           "dependencies": {
106             "FWFramework/Application/Network": [
108             ]
109           }
110         },
111         {
112           "name": "Socket",
113           "source_files": "FWFramework/Classes/Application/Service/Socket/*.{h,m,swift}"
114         }
115       ]
116     },
117     {
118       "name": "Component",
119       "dependencies": {
120         "FWFramework/Framework": [
122         ]
123       },
124       "subspecs": [
125         {
126           "name": "Foundation",
127           "source_files": "FWFramework/Classes/Component/Foundation/**/*.{h,m,swift}"
128         },
129         {
130           "name": "UIKit",
131           "source_files": "FWFramework/Classes/Component/UIKit/**/*.{h,m,swift}"
132         },
133         {
134           "name": "SwiftUI",
135           "source_files": "FWFramework/Classes/Component/SwiftUI/**/*.{h,m,swift}"
136         },
137         {
138           "name": "Contacts",
139           "pod_target_xcconfig": {
140             "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_CONTACTS_ENABLED=1"
141           }
142         },
143         {
144           "name": "Microphone",
145           "pod_target_xcconfig": {
146             "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_MICROPHONE_ENABLED=1"
147           }
148         },
149         {
150           "name": "Calendar",
151           "pod_target_xcconfig": {
152             "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_CALENDAR_ENABLED=1"
153           }
154         },
155         {
156           "name": "AppleMusic",
157           "pod_target_xcconfig": {
158             "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_APPLEMUSIC_ENABLED=1"
159           }
160         },
161         {
162           "name": "Tracking",
163           "pod_target_xcconfig": {
164             "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_TRACKING_ENABLED=1"
165           }
166         },
167         {
168           "name": "SDWebImage",
169           "dependencies": {
170             "SDWebImage": [
172             ]
173           },
174           "pod_target_xcconfig": {
175             "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_SDWEBIMAGE_ENABLED=1"
176           }
177         },
178         {
179           "name": "SQLCipher",
180           "dependencies": {
181             "SQLCipher": [
183             ],
184             "FWFramework/Application/Database": [
186             ]
187           },
188           "xcconfig": {
189             "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
190           }
191         }
192       ]
193     }
194   ],
195   "swift_version": "5.0"