[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / 1 / FWFramework / 2.0.0 / FWFramework.podspec.json
blobbbbb2b386e8c0ad0dd7a654836f717f173eae9fa
2   "name": "FWFramework",
3   "version": "2.0.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": "2.0.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": "FWFramework",
24   "subspecs": [
25     {
26       "name": "FWFramework",
27       "dependencies": {
28         "FWFramework/Kernel": [
30         ],
31         "FWFramework/Service": [
33         ],
34         "FWFramework/Toolkit": [
36         ]
37       }
38     },
39     {
40       "name": "Kernel",
41       "source_files": "FWFramework/Classes/Kernel/**/*.{h,m,swift}"
42     },
43     {
44       "name": "Service",
45       "source_files": "FWFramework/Classes/Service/**/*.{h,m,swift}",
46       "dependencies": {
47         "FWFramework/Kernel": [
49         ]
50       }
51     },
52     {
53       "name": "Toolkit",
54       "source_files": "FWFramework/Classes/Toolkit/**/*.{h,m,swift}",
55       "dependencies": {
56         "FWFramework/Service": [
58         ]
59       }
60     },
61     {
62       "name": "Contacts",
63       "pod_target_xcconfig": {
64         "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_CONTACTS_ENABLED=1"
65       },
66       "dependencies": {
67         "FWFramework/Service": [
69         ]
70       }
71     },
72     {
73       "name": "Microphone",
74       "pod_target_xcconfig": {
75         "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_MICROPHONE_ENABLED=1"
76       },
77       "dependencies": {
78         "FWFramework/Service": [
80         ]
81       }
82     },
83     {
84       "name": "Calendar",
85       "pod_target_xcconfig": {
86         "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_CALENDAR_ENABLED=1"
87       },
88       "dependencies": {
89         "FWFramework/Service": [
91         ]
92       }
93     },
94     {
95       "name": "AppleMusic",
96       "pod_target_xcconfig": {
97         "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_APPLEMUSIC_ENABLED=1"
98       },
99       "dependencies": {
100         "FWFramework/Service": [
102         ]
103       }
104     },
105     {
106       "name": "Tracking",
107       "pod_target_xcconfig": {
108         "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_TRACKING_ENABLED=1"
109       },
110       "dependencies": {
111         "FWFramework/Service": [
113         ]
114       }
115     }
116   ],
117   "swift_version": "5.0"