[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / d / 9 / SwiftyMediator / 0.2.0 / SwiftyMediator.podspec.json
blob632cfc64de3cf2343d1930d9f5f3859ba1291188
2   "name": "SwiftyMediator",
3   "version": "0.2.0",
4   "summary": "Pure Swifty Mediator",
5   "description": "this is SwiftyMediator, easiest way to route viewControllers in swift",
6   "homepage": "https://github.com/AceSha/SwiftyMediator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "shayuan",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/AceSha/SwiftyMediator.git",
17     "tag": "0.2.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "SwiftyMediator/Classes/Core/**/*"
24     },
25     {
26       "name": "Routable",
27       "source_files": "SwiftyMediator/Classes/Routable/**/*",
28       "dependencies": {
29         "SwiftyMediator/Core": [
31         ]
32       }
33     }
34   ]