[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / d / 3 / 1 / FWFramework / 5.0.0-beta.2 / FWFramework.podspec.json
blobb74e6f449a44fa880aef0afe4a0119288ef6dd7a
2   "name": "FWFramework",
3   "version": "5.0.0-beta.2",
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.0-beta.2"
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       "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": "FWMacro",
59       "subspecs": [
60         {
61           "name": "Contacts",
62           "dependencies": {
63             "FWFramework/FWFramework": [
65             ]
66           },
67           "pod_target_xcconfig": {
68             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroContacts"
69           }
70         },
71         {
72           "name": "Microphone",
73           "dependencies": {
74             "FWFramework/FWFramework": [
76             ]
77           },
78           "pod_target_xcconfig": {
79             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroMicrophone"
80           }
81         },
82         {
83           "name": "Calendar",
84           "dependencies": {
85             "FWFramework/FWFramework": [
87             ]
88           },
89           "pod_target_xcconfig": {
90             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroCalendar"
91           }
92         },
93         {
94           "name": "Tracking",
95           "dependencies": {
96             "FWFramework/FWFramework": [
98             ]
99           },
100           "pod_target_xcconfig": {
101             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroTracking"
102           }
103         }
104       ]
105     },
106     {
107       "name": "FWVendor",
108       "subspecs": [
109         {
110           "name": "SDWebImage",
111           "source_files": "Sources/FWVendor/SDWebImage/**/*.swift",
112           "dependencies": {
113             "SDWebImage": [
115             ],
116             "FWFramework/FWFramework": [
118             ]
119           }
120         },
121         {
122           "name": "Alamofire",
123           "source_files": "Sources/FWVendor/Alamofire/**/*.swift",
124           "dependencies": {
125             "Alamofire": [
127             ],
128             "FWFramework/FWFramework": [
130             ]
131           }
132         },
133         {
134           "name": "Lottie",
135           "source_files": "Sources/FWVendor/Lottie/**/*.swift",
136           "dependencies": {
137             "lottie-ios": [
139             ],
140             "FWFramework/FWFramework": [
142             ]
143           }
144         }
145       ]
146     }
147   ],
148   "swift_version": "5.7"