[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 1 / FWFramework / 3.8.1 / FWFramework.podspec.json
blobdc8901896e02071cb9f3563c1e58780288e334bf
2   "name": "FWFramework",
3   "version": "3.8.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": "3.8.1"
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     "Compatible"
26   ],
27   "subspecs": [
28     {
29       "name": "FWFramework",
30       "source_files": "FWFramework/Classes/FWFramework/**/*.{h,m}"
31     },
32     {
33       "name": "Compatible",
34       "source_files": "FWFramework/Classes/Compatible/**/*.swift",
35       "dependencies": {
36         "FWFramework/FWFramework": [
38         ]
39       },
40       "pod_target_xcconfig": {
41         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited)"
42       }
43     },
44     {
45       "name": "Contacts",
46       "dependencies": {
47         "FWFramework/Compatible": [
49         ]
50       },
51       "pod_target_xcconfig": {
52         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroContacts"
53       }
54     },
55     {
56       "name": "Microphone",
57       "dependencies": {
58         "FWFramework/Compatible": [
60         ]
61       },
62       "pod_target_xcconfig": {
63         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroMicrophone"
64       }
65     },
66     {
67       "name": "Calendar",
68       "dependencies": {
69         "FWFramework/Compatible": [
71         ]
72       },
73       "pod_target_xcconfig": {
74         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroCalendar"
75       }
76     },
77     {
78       "name": "AppleMusic",
79       "dependencies": {
80         "FWFramework/Compatible": [
82         ]
83       },
84       "pod_target_xcconfig": {
85         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroAppleMusic"
86       }
87     },
88     {
89       "name": "Tracking",
90       "dependencies": {
91         "FWFramework/Compatible": [
93         ]
94       },
95       "pod_target_xcconfig": {
96         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FWMacroTracking",
97         "GCC_PREPROCESSOR_DEFINITIONS": "FWMacroTracking=1"
98       }
99     }
100   ],
101   "swift_version": "5.0"