[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / c / Verge / 4.2.0 / Verge.podspec.json
blob50303f96b1b6889b025ca6e589e69d63b8ea2ef5
2   "name": "Verge",
3   "version": "4.2.0",
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/muukii0803",
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.13"
14   },
15   "source": {
16     "git": "https://github.com/muukii/Verge.git",
17     "tag": "4.2.0"
18   },
19   "source_files": "Verge/*.swift",
20   "homepage": "https://github.com/muukii/Verge",
21   "dependencies": {
22     "RxSwift": [
23       "~> 4.3.0"
24     ],
25     "RxCocoa": [
26       "~> 4.3.0"
27     ]
28   }