blob: ac68dda081ff7f5ae3265303042673f1d3a65ab7 [file] [log] [blame]
{
"name": "RxUIApplicationDelegate",
"version": "0.1.3",
"summary": "UIApplicationDelegate with a declarative input/output interface.",
"description": "RxUIApplicationDelegate serves as an application delegate while providing declarative input/output.",
"homepage": "https://github.com/briansemiglia/RxUIApplicationDelegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Semiglia": "brian.semiglia@gmail.com"
},
"source": {
"git": "https://github.com/briansemiglia/RxUIApplicationDelegate.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/brians_",
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Core/**/*.{h,m,swift}",
"dependencies": {
"RxSwift": [
"~> 4.3.0"
],
"Changeset": [
"3.1"
]
}
}