blob: 273c133950ef4cea5c0f4ad08a158d0427d67e5c [file] [log] [blame]
{
"name": "EasyPickersCollection",
"version": "1.0.2",
"summary": "Collection of simple, extensible, easy to use pickers. Inspired by ActionSheetPicker.",
"homepage": "https://github.com/TimurBK/EasyPickersCollection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Timur Kuchkarov",
"source": {
"git": "https://github.com/TimurBK/EasyPickersCollection.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "EasyPickers/**/*.{h,m,}",
"resources": "EasyPickers/**/*.{xib}",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.4"
]
}
}