[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / f / RxUIApplicationDelegate / 0.1.1 / RxUIApplicationDelegate.podspec.json
blobb4f1969eefad9a09a06f7b4f2b2ec702e86e8f45
2   "name": "RxUIApplicationDelegate",
3   "version": "0.1.1",
4   "summary": "UIApplicationDelegate with a declarative input/output interface.",
5   "description": "RxUIApplicationDelegate serves as an application delegate while providing declarative input/output.",
6   "homepage": "https://github.com/briansemiglia/RxUIApplicationDelegate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brian Semiglia": "brian.semiglia@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/briansemiglia/RxUIApplicationDelegate.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/brians_",
19   "swift_version": "4.1",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "Core/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.2.0"
27     ],
28     "Changeset": [
29       "3.1"
30     ]
31   }