[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 7 / c / f / RxUIApplicationDelegate / 0.1.3 / RxUIApplicationDelegate.podspec.json
blobac68dda081ff7f5ae3265303042673f1d3a65ab7
2   "name": "RxUIApplicationDelegate",
3   "version": "0.1.3",
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.3"
17   },
18   "social_media_url": "https://twitter.com/brians_",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "Core/**/*.{h,m,swift}",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.3.0"
27     ],
28     "Changeset": [
29       "3.1"
30     ]
31   }