[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / 6 / AppRouter / 1.0.1 / AppRouter.podspec.json
blobc4f68ed70d10d44ad5e1c2cca9667bc92406ae20
2   "name": "AppRouter",
3   "version": "1.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": "1.0.1"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "ios": {
23         "frameworks": "UIKit"
24       },
25       "source_files": "Sources/Core/*.swift"
26     },
27     {
28       "name": "RxSwift",
29       "dependencies": {
30         "AppRouter/Core": [
32         ],
33         "RxSwift": [
34           "~> 2.6"
35         ]
36       },
37       "source_files": "Sources/RxSwift/*.swift"
38     }
39   ]