blob: c344ed219b71aede0f2a696b1de32d61a8b15655 [file] [log] [blame]
{
"name": "FSDDropdownPicker",
"version": "0.1.2",
"summary": "A dropdown picker component displayed from a UINavigationItem.",
"description": " A DropDownList displayed from a UINavigationItem.\n * Set the items name and icons and the button will change accordingly\n\n",
"homepage": "https://github.com/felix-dumit/FSDDropdownPicker",
"license": "MIT",
"authors": {
"Felix Dumit": "felix.dumit@gmail.com"
},
"source": {
"git": "https://github.com/felix-dumit/FSDDropdownPicker.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/felix_dumit",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FSDDropdownPicker": [
"Pod/Assets/*.png"
]
}
}