| { |
| "name": "DownPickerSwift", |
| "version": "1.1.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "Foundation" |
| } |
| ] |
| } |