blob: e7983b6c9002693e4e96d5e5a0744081971939b3 [file] [log] [blame]
{
"name": "RxSugar",
"version": "0.0.10",
"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
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSugar/RxSugar.git",
"tag": "v0.0.10"
},
"ios": {
"source_files": [
"RxSugar/RxSugar.h",
"RxSugar/**/*.{swift}"
],
"exclude_files": "RxSugarTests"
},
"tvos": {
"source_files": [
"RxSugar/RxSugar.h",
"RxSugar/**/*.{swift}"
],
"exclude_files": [
"RxSugarTests",
"RxSugar/UISwitch+Sugar.swift"
]
},
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 2.3"
]
}
}