blob: c92842a5c9213cf237a4b1f5a369d8a8b8cdd3f9 [file] [log] [blame]
{
"name": "RxSlotSelector",
"version": "0.0.1",
"summary": "Rx iOS SlotSelector component",
"description": "RX implementation of a ibrary to handle Slot selection.",
"homepage": "https://github.com/XavierDK/SlotSelector",
"license": "MIT",
"authors": {
"XavierDK": "email@address.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/XavierDK/SlotSelector.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"RxSlotSelector/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"SlotSelector": [
"~> 0.0.1"
]
},
"pushed_with_swift_version": "3.0"
}