blob: 6c3002556854564cd0b9c5b84779a1032f36c6f7 [file] [log] [blame]
{
"name": "RxInfinitePicker",
"version": "0.1",
"summary": "An iOS infinite picker based on RxSwift.",
"description": "RxInfinitePicker is an iOS infinite picker based on RxSwift, it helps you to create a infinite picker using a customized cell.",
"homepage": "https://github.com/lm2343635/RxInfinitePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/lm2343635/RxInfinitePicker.git",
"tag": "0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxInfinitePicker/Classes/**/*",
"dependencies": {
"InfiniteLayout/Rx": [
"~> 0.2"
]
}
}