blob: 72015d6c386ddb6c0c3d16b99b6046892ef08787 [file] [log] [blame]
{
"name": "DownPickerSwift",
"version": "1.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://homebase.ai",
"social_media_url": "https://twitter.com/HomebaseAI",
"authors": {
"HomebaseAI": "daniel.chick@homebase.ai"
},
"source": {
"git": "https://github.com/HomebaseAI/DownPickerSwift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}