blob: a66ed58739b8ae3475b241d3f866bbf9ea68cba6 [file] [log] [blame]
{
"name": "ExpandablePicker",
"version": "0.1.4",
"summary": "Pick from a list of items.",
"description": "A picker selects an item from a list of items. This picker alows for and shows heirarchical relationships within the picker and allows selection of any item in the list.",
"swift_versions": "5.0",
"homepage": "https://github.com/FishbowlInventory/ExpandablePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FishbowlInventory": " development@fishbowlinventory.com"
},
"source": {
"git": "https://github.com/FishbowlInventory/ExpandablePicker.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "13.0"
},
"source_files": "ExpandablePicker/Classes/**/*",
"resource_bundles": {
"ExpandablePicker": [
"ExpandablePicker/Assets/*.xcassets"
]
},
"frameworks": "UIKit",
"swift_version": "5.0"
}