[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 1 / FWFramework / 4.4.0 / FWFramework.podspec.json
blobf50d1f20254207be155861fadaf44ade407039fa
2   "name": "FWFramework",
3   "version": "4.4.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": "4.4.0"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "default_subspecs": [
24     "FWFramework"
25   ],
26   "subspecs": [
27     {
28       "name": "FWObjC",
29       "source_files": "Sources/FWObjC/**/*.{h,m}",
30       "libraries": "sqlite3"
31     },
32     {
33       "name": "FWFramework",
34       "source_files": "Sources/FWFramework/**/*.swift",
35       "dependencies": {
36         "FWFramework/FWObjC": [
38         ]
39       },
40       "pod_target_xcconfig": {
41         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited)"
42       }
43     },
44     {
45       "name": "FWSwiftUI",
46       "weak_frameworks": [
47         "SwiftUI",
48         "Combine"
49       ],
50       "source_files": "Sources/FWSwiftUI/**/*.swift",
51       "dependencies": {
52         "FWFramework/FWFramework": [
54         ]
55       }
56     },
57     {
58       "name": "FWVendor",
59       "subspecs": [
60         {
61           "name": "SDWebImage",
62           "source_files": "Sources/FWVendor/SDWebImage/**/*.{h,m,swift}",
63           "dependencies": {
64             "SDWebImage": [
66             ],
67             "FWFramework/FWFramework": [
69             ]
70           }
71         },
72         {
73           "name": "Lottie",
74           "source_files": "Sources/FWVendor/Lottie/**/*.{h,m,swift}",
75           "dependencies": {
76             "lottie-ios": [
78             ],
79             "FWFramework/FWFramework": [
81             ]
82           }
83         },
84         {
85           "name": "SQLCipher",
86           "dependencies": {
87             "SQLCipher": [
89             ],
90             "FWFramework/FWFramework": [
92             ]
93           },
94           "xcconfig": {
95             "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
96           }
97         },
98         {
99           "name": "Contacts",
100           "dependencies": {
101             "FWFramework/FWFramework": [
103             ]
104           },
105           "pod_target_xcconfig": {
106             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroContacts"
107           }
108         },
109         {
110           "name": "Microphone",
111           "dependencies": {
112             "FWFramework/FWFramework": [
114             ]
115           },
116           "pod_target_xcconfig": {
117             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroMicrophone"
118           }
119         },
120         {
121           "name": "Calendar",
122           "dependencies": {
123             "FWFramework/FWFramework": [
125             ]
126           },
127           "pod_target_xcconfig": {
128             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroCalendar"
129           }
130         },
131         {
132           "name": "AppleMusic",
133           "dependencies": {
134             "FWFramework/FWFramework": [
136             ]
137           },
138           "pod_target_xcconfig": {
139             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroAppleMusic"
140           }
141         },
142         {
143           "name": "Tracking",
144           "dependencies": {
145             "FWFramework/FWFramework": [
147             ]
148           },
149           "pod_target_xcconfig": {
150             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroTracking",
151             "GCC_PREPROCESSOR_DEFINITIONS": "FWMacroTracking=1"
152           }
153         }
154       ]
155     }
156   ],
157   "swift_version": "5.0"