[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 3 / 6 / AppRouter / 2.0.0 / AppRouter.podspec.json
blob815c8cbddd046a3278a28583eeaec53ab08f6683
2   "name": "AppRouter",
3   "version": "2.0.0",
4   "summary": "UIViewController creation, navigation, utility methods for easy routing",
5   "homepage": "https://github.com/MLSDev/AppRouter",
6   "license": "MIT",
7   "authors": {
8     "Artem Antihevich": "sinarionn@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/sinarionn",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/MLSDev/AppRouter.git",
16     "tag": "2.0.0"
17   },
18   "default_subspecs": "Core",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "ios": {
24         "frameworks": "UIKit"
25       },
26       "source_files": "Sources/Core/*.swift"
27     },
28     {
29       "name": "RxSwift",
30       "dependencies": {
31         "AppRouter/Core": [
33         ],
34         "RxSwift": [
35           "~> 3.0.0"
36         ]
37       },
38       "source_files": "Sources/RxSwift/*.swift"
39     }
40   ]