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