[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 3 / 6 / AppRouter / 4.1.1 / AppRouter.podspec.json
blob1b2a298d9cca07e6bd6391d500cb750335b63da3
2   "name": "AppRouter",
3   "version": "4.1.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.1.1"
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         "osx": "10.10"
36       },
37       "dependencies": {
38         "RxSwift": [
39           "~> 4.0"
40         ]
41       },
42       "source_files": "Sources/RxSwift/*.swift"
43     }
44   ]