blob: 85ca5fd6200adf23642918ef7ecd9f653b431ccc [file] [log] [blame]
{
"name": "RxShortcuts",
"version": "0.2.0",
"summary": "RxSwift/RxCocoa shortcuts. subscribeNext, doOnNext and more.",
"description": "Shortcuts for [RxSwift/RxCocoa](https://github.com/ReactiveX/RxSwift).",
"homepage": "https://github.com/sunshinejr/RxShortcuts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Łukasz Mróz": "thesunshinejr@gmail.com"
},
"source": {
"git": "https://github.com/sunshinejr/RxShortcuts.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "RxShortcuts/RxSwift/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0.0"
]
}
},
{
"name": "RxCocoa",
"source_files": "RxShortcuts/RxCocoa/*.swift",
"dependencies": {
"RxShortcuts/Core": [
],
"RxCocoa": [
"~> 3.0.0"
]
}
}
]
}