blob: 67b3c50b9747f7f0ee0c4691356c667a3f674599 [file] [log] [blame]
{
"name": "DownPickerSwift",
"version": "1.1.2",
"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": "1.1.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}