[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / c / MGSwiftCandy / 1.1.0 / MGSwiftCandy.podspec.json
blobe0aedfcc12ad2593876de73641acc2efa50fa7d8
2   "name": "MGSwiftCandy",
3   "version": "1.1.0",
4   "summary": "A swift candy library.",
5   "swift_versions": "4.0",
6   "description": "A swift candy library, Provides a large number of easy-to-use features.",
7   "homepage": "https://github.com/mszdream/MGSwiftCandy",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "mszdream": "mszdream@126.com"
14   },
15   "source": {
16     "git": "https://github.com/mszdream/MGSwiftCandy.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "MGSwiftCandy/Classes/Core/**/*",
26       "xcconfig": {
27         "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Core"
28       }
29     },
30     {
31       "name": "Extension",
32       "xcconfig": {
33         "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Extension"
34       },
35       "subspecs": [
36         {
37           "name": "CoreGraphics",
38           "source_files": "MGSwiftCandy/Classes/Extension/CoreGraphics/**/*",
39           "dependencies": {
40             "MGSwiftCandy/Core": [
42             ]
43           },
44           "xcconfig": {
45             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Extension_CoreGraphics"
46           }
47         },
48         {
49           "name": "Foundation",
50           "source_files": "MGSwiftCandy/Classes/Extension/Foundation/**/*",
51           "dependencies": {
52             "MGSwiftCandy/Core": [
54             ]
55           },
56           "xcconfig": {
57             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Extension_Foundation"
58           }
59         },
60         {
61           "name": "Swift",
62           "source_files": "MGSwiftCandy/Classes/Extension/Swift/**/*",
63           "dependencies": {
64             "MGSwiftCandy/Core": [
66             ]
67           },
68           "xcconfig": {
69             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Extension_Swift"
70           }
71         },
72         {
73           "name": "UIKit",
74           "source_files": "MGSwiftCandy/Classes/Extension/UIKit/**/*",
75           "dependencies": {
76             "MGSwiftCandy/Extension/Swift": [
78             ]
79           },
80           "xcconfig": {
81             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Extension_UIKit"
82           }
83         }
84       ]
85     },
86     {
87       "name": "Tools",
88       "xcconfig": {
89         "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Tools"
90       },
91       "subspecs": [
92         {
93           "name": "Eventer",
94           "source_files": "MGSwiftCandy/Classes/Tools/Eventer/**/*",
95           "dependencies": {
96             "MGSwiftCandy/Core": [
98             ]
99           },
100           "xcconfig": {
101             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Tools_Eventer"
102           }
103         },
104         {
105           "name": "keychain",
106           "source_files": "MGSwiftCandy/Classes/Tools/keychain/**/*",
107           "dependencies": {
108             "MGSwiftCandy/Core": [
110             ]
111           },
112           "xcconfig": {
113             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Tools_keychain"
114           }
115         },
116         {
117           "name": "Printer",
118           "source_files": "MGSwiftCandy/Classes/Tools/Printer/**/*",
119           "dependencies": {
120             "MGSwiftCandy/Tools/Tools": [
122             ]
123           },
124           "xcconfig": {
125             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Tools_Printer"
126           }
127         },
128         {
129           "name": "Tools",
130           "source_files": "MGSwiftCandy/Classes/Tools/Tools/**/*",
131           "dependencies": {
132             "MGSwiftCandy/Core": [
134             ]
135           },
136           "xcconfig": {
137             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Tools_Tools"
138           }
139         },
140         {
141           "name": "UserDefaults",
142           "source_files": "MGSwiftCandy/Classes/Tools/UserDefaults/**/*",
143           "dependencies": {
144             "MGSwiftCandy/Core": [
146             ]
147           },
148           "xcconfig": {
149             "OTHER_SWIFT_FLAGS": "-D MGSwiftCandy_Tools_UserDefaults"
150           }
151         }
152       ]
153     }
154   ],
155   "swift_version": "4.0"