[Add] Dengage 5.73
[CocoaPods.git] / Specs / 5 / 3 / 6 / AppRouter / 4.1.2 / AppRouter.podspec.json
blobbb8b16fcb9f653dd3dfc8272d46b894e21f6e221
2   "name": "AppRouter",
3   "version": "4.1.2",
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": "4.1.2"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "Foundation"
24     ]
25   },
26   "pushed_with_swift_version": "4.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/*.swift"
31     },
32     {
33       "name": "RxSwift",
34       "platforms": {
35         "ios": "8.0",
36         "osx": "10.10"
37       },
38       "dependencies": {
39         "RxSwift": [
40           "~> 4.0"
41         ]
42       },
43       "source_files": "Sources/RxSwift/*.swift"
44     }
45   ]