[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / 6 / AppRouter / 1.0.2 / AppRouter.podspec.json
blob6833fe23966ded85a1f4936c4c50c793917a75a7
2   "name": "AppRouter",
3   "version": "1.0.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": "1.0.2"
17   },
18   "default_subspecs": "Core",
19   "pushed_with_swift_version": "2.3",
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           "~> 2.6"
36         ]
37       },
38       "source_files": "Sources/RxSwift/*.swift"
39     }
40   ]