[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / a / 7 / 6 / MGSwiftRouter / 1.1.0 / MGSwiftRouter.podspec.json
blobc3907ce848d29affaab08c279b55c4b12eb128c1
2   "name": "MGSwiftRouter",
3   "version": "1.1.0",
4   "summary": "A router library.",
5   "swift_versions": "4.0",
6   "description": "General routing, through which we can access our module entrance and pass relevant information to our module entrance function",
7   "homepage": "https://github.com/mszdream/MGSwiftRouter",
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/MGSwiftRouter.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "MGSwiftRouter/Classes/Core/**/*",
26       "xcconfig": {
27         "OTHER_SWIFT_FLAGS": "-D MGSwiftRouter_Core"
28       }
29     },
30     {
31       "name": "RouterService",
32       "source_files": "MGSwiftRouter/Classes/RouterService/**/*",
33       "dependencies": {
34         "MGSwiftRouter/Core": [
36         ]
37       },
38       "xcconfig": {
39         "OTHER_SWIFT_FLAGS": "-D MGSwiftRouter_RouterService"
40       }
41     }
42   ],
43   "swift_version": "4.0"