blob: 302fe6741d7db3299281b3b2511a3b9cb78ac8d0 [file] [log] [blame]
{
"name": "SBPickerSelector",
"version": "1.0.2",
"summary": "Easy framework to setup pickers in your iOS project, easy picker manager.",
"homepage": "https://github.com/Busta117/SBPickerSelector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Santiago Bustamante": "busta117@gmail.com"
},
"source": {
"git": "https://github.com/Busta117/SBPickerSelector.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "5.0"
},
"default_subspecs": "Core",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "SBPickerSelector/Source/*",
"resources": "SBPickerSelector/Resources/*"
}
]
}