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