[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 5 / 2 / RxSegue / 0.1.0 / RxSegue.podspec.json
blob181f29e0d55bd1fc5b76b30b1392df294a7f6bdf
2   "name": "RxSegue",
3   "version": "0.1.0",
4   "summary": "Reactive generic segue",
5   "description": "Reactive generic segue.\nImplemented with RxSwift.\nAbstracts navigation logic",
6   "homepage": "https://github.com/sergdort/RxSegue",
7   "license": "MIT",
8   "authors": {
9     "sergdort": "sergdort@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sergdort/RxSegue.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/SergDort",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "RxSwift": [
23       "~> 2.0"
24     ],
25     "RxCocoa": [
26       "~> 2.0"
27     ]
28   }