blob: 389b29dd87ea31dbb48d9b5f7efd182c1b7e1a77 [file] [log] [blame]
{
"name": "RxSugar",
"version": "0.1.1",
"summary": "Simple RxSwift extensions for interacting with Apple APIs",
"description": "RxSugar adds simple UI extensions for interacting with Apple APIs, and includes custom operators.\n\nFor more information, see [the README](https://github.com/RxSugar/RxSugar).",
"homepage": "https://github.com/RxSugar/RxSugar",
"license": "MIT",
"authors": {
"James Rantanen": "jarinteractive@gmail.com",
"Mark Sands": "marksands07@gmail.com",
"Asynchrony": null
},
"source": {
"git": "https://github.com/RxSugar/RxSugar.git",
"tag": "v0.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": [
"RxSugar/RxSugar.h",
"RxSugar/**/*.{swift}"
],
"exclude_files": "RxSugarTests",
"tvos": {
"exclude_files": "RxSugar/UISwitch+Sugar.swift"
},
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}