4 "summary": "ios develop framework",
5 "homepage": "http://wuyong.site",
8 "Wu Yong": "admin@wuyong.site"
11 "git": "https://github.com/lszzy/FWFramework.git",
17 "swift_versions": "5.0",
23 "default_subspecs": "FWFramework",
26 "name": "FWFramework",
28 "FWFramework/Framework": [
31 "FWFramework/Application": [
34 "FWFramework/Component/Foundation": [
37 "FWFramework/Component/UIKit": [
45 "FWFramework/Classes/FWFramework.h",
46 "FWFramework/Classes/Framework/**/*.{h,m,swift}"
48 "resources": "FWFramework/Assets/FWFramework.bundle"
51 "name": "Application",
53 "FWFramework/Framework": [
60 "source_files": "FWFramework/Classes/Application/App/**/*.{h,m,swift}"
64 "source_files": "FWFramework/Classes/Application/Controller/*.{h,m,swift}",
66 "FWFramework/Application/App": [
73 "source_files": "FWFramework/Classes/Application/Model/*.{h,m,swift}"
77 "source_files": "FWFramework/Classes/Application/View/*.{h,m,swift}"
81 "libraries": "sqlite3",
82 "source_files": "FWFramework/Classes/Application/Service/Cache/*.{h,m,swift}"
86 "libraries": "sqlite3",
87 "source_files": "FWFramework/Classes/Application/Service/Database/*.{h,m,swift}"
91 "source_files": "FWFramework/Classes/Application/Service/Image/*.{h,m,swift}",
93 "FWFramework/Application/Network": [
100 "source_files": "FWFramework/Classes/Application/Service/Network/*.{h,m,swift}"
104 "source_files": "FWFramework/Classes/Application/Service/Request/*.{h,m,swift}",
106 "FWFramework/Application/Network": [
113 "source_files": "FWFramework/Classes/Application/Service/Socket/*.{h,m,swift}"
120 "FWFramework/Framework": [
126 "name": "Foundation",
127 "source_files": "FWFramework/Classes/Component/Foundation/**/*.{h,m,swift}"
131 "source_files": "FWFramework/Classes/Component/UIKit/**/*.{h,m,swift}"
135 "source_files": "FWFramework/Classes/Component/SwiftUI/**/*.{h,m,swift}"
139 "pod_target_xcconfig": {
140 "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_CONTACTS_ENABLED=1"
144 "name": "Microphone",
145 "pod_target_xcconfig": {
146 "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_MICROPHONE_ENABLED=1"
151 "pod_target_xcconfig": {
152 "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_CALENDAR_ENABLED=1"
156 "name": "AppleMusic",
157 "pod_target_xcconfig": {
158 "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_APPLEMUSIC_ENABLED=1"
163 "pod_target_xcconfig": {
164 "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_TRACKING_ENABLED=1"
168 "name": "SDWebImage",
174 "pod_target_xcconfig": {
175 "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_SDWEBIMAGE_ENABLED=1"
184 "FWFramework/Application/Database": [
189 "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
195 "swift_version": "5.0"