blob: 9141a666f0def7f87bc1037285f40647aa25dccf [file] [log] [blame]
{
"name": "EasyPickersCollection",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "EasyPickers/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.4"
]
}
}