[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / c / Verge / 5.0.1 / Verge.podspec.json
blob087b3fff399dfe7038d69227b3ebd3ecfa69a650
2   "name": "Verge",
3   "version": "5.0.1",
4   "summary": "The Architecture for building UI",
5   "description": "The unidirectional design pattern inspired with Flux",
6   "license": "MIT",
7   "authors": {
8     "Muukii": "muukii.app@gmail.com  "
9   },
10   "social_media_url": "http://twitter.com/muukii_app",
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.13"
14   },
15   "source": {
16     "git": "https://github.com/muukii/Verge.git",
17     "tag": "5.0.1"
18   },
19   "source_files": "Verge/*.swift",
20   "homepage": "https://github.com/muukii/Verge",
21   "dependencies": {
22     "RxSwift": [
23       "~> 5"
24     ],
25     "RxCocoa": [
26       "~> 5"
27     ],
28     "RxFuture": [
29       "~> 2"
30     ]
31   }