blob: 2053306e546c948c1d45640c9b663dbf33d3be14 [file] [log] [blame]
{
"name": "DownPickerSwift",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "DownPickerSwift is an extremely light-weight class library for creating DropDownList / ComboBox controls for iOS.",
"homepage": "https://github.com/HomebaseAI/DownPickerSwift",
"social_media_url": "https://twitter.com/HomebaseAI",
"authors": {
"HomebaseAI": "daniel.chick@homebase.ai"
},
"source": {
"git": "https://github.com/HomebaseAI/DownPickerSwift.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": [
"4.2",
"5.0"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
],
"swift_version": "5.0"
}