[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 1 / FWFramework / 5.0.1 / FWFramework.podspec.json
blob0e3434fb3e9719bddf6633f00e3939692a599b05
2   "name": "FWFramework",
3   "version": "5.0.1",
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": "5.0.1"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.7",
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     },
31     {
32       "name": "FWFramework",
33       "source_files": "Sources/FWFramework/**/*.swift",
34       "dependencies": {
35         "FWFramework/FWObjC": [
37         ]
38       },
39       "pod_target_xcconfig": {
40         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited)"
41       }
42     },
43     {
44       "name": "FWSwiftUI",
45       "weak_frameworks": [
46         "SwiftUI",
47         "Combine"
48       ],
49       "source_files": "Sources/FWSwiftUI/**/*.swift",
50       "dependencies": {
51         "FWFramework/FWFramework": [
53         ]
54       }
55     },
56     {
57       "name": "FWMacro",
58       "subspecs": [
59         {
60           "name": "Contacts",
61           "dependencies": {
62             "FWFramework/FWFramework": [
64             ]
65           },
66           "pod_target_xcconfig": {
67             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroContacts"
68           }
69         },
70         {
71           "name": "Microphone",
72           "dependencies": {
73             "FWFramework/FWFramework": [
75             ]
76           },
77           "pod_target_xcconfig": {
78             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroMicrophone"
79           }
80         },
81         {
82           "name": "Calendar",
83           "dependencies": {
84             "FWFramework/FWFramework": [
86             ]
87           },
88           "pod_target_xcconfig": {
89             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroCalendar"
90           }
91         },
92         {
93           "name": "Tracking",
94           "dependencies": {
95             "FWFramework/FWFramework": [
97             ]
98           },
99           "pod_target_xcconfig": {
100             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroTracking"
101           }
102         }
103       ]
104     },
105     {
106       "name": "FWVendor",
107       "subspecs": [
108         {
109           "name": "SDWebImage",
110           "source_files": "Sources/FWVendor/SDWebImage/**/*.swift",
111           "dependencies": {
112             "SDWebImage": [
114             ],
115             "FWFramework/FWFramework": [
117             ]
118           }
119         },
120         {
121           "name": "Alamofire",
122           "source_files": "Sources/FWVendor/Alamofire/**/*.swift",
123           "dependencies": {
124             "Alamofire": [
126             ],
127             "FWFramework/FWFramework": [
129             ]
130           }
131         },
132         {
133           "name": "Lottie",
134           "source_files": "Sources/FWVendor/Lottie/**/*.swift",
135           "dependencies": {
136             "lottie-ios": [
138             ],
139             "FWFramework/FWFramework": [
141             ]
142           }
143         }
144       ]
145     }
146   ],
147   "swift_version": "5.7"