blob: 2930706d29cda718f4f2a71ce1381fa212e4e94b [file] [log] [blame]
{
"name": "SBPickerSelector",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"default_subspecs": [
"Core"
],
"requires_arc": false,
"subspecs": [
{
"name": "Core",
"requires_arc": true,
"source_files": "SBPickerSelector/Source/*",
"resources": "SBPickerSelector/Resources/*"
}
]
}