blob: e85cd458e3665c5667abb9c9f2112a455721bb33 [file] [log] [blame]
{
"name": "InfinitePicker",
"version": "0.2.4",
"summary": "An iOS customized infinite picker.",
"description": "InfinitePicker is an customized infinite picker for iOS, it helps you to create a infinite picker using a customized cell.",
"homepage": "https://github.com/lm2343635/InfinitePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/lm2343635/InfinitePicker.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"InfiniteLayout": [
"~> 0.2"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "InfinitePicker/Classes/Core/**/*"
},
{
"name": "Rx",
"dependencies": {
"InfinitePicker/Core": [
"~> 0"
],
"RxCocoa": [
"~> 4.4"
]
},
"source_files": "InfinitePicker/Classes/Rx/**/*"
}
]
}