blob: d95305ea5d92ab43abd591348ad255cc80cdaee3 [file] [log] [blame]
{
"name": "RxSugar",
"version": "0.0.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
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RxSugar/RxSugar.git",
"tag": "v0.0.1"
},
"source_files": [
"RxSugar/RxSugar.h",
"RxSugar/**/*.{swift}"
],
"exclude_files": "RxSugarTests",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 2.0"
]
}
}