[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / 5 / DownPickerSwift / 1.0.1 / DownPickerSwift.podspec.json
blob1f95609c2768233855a098bbac5bf68d90128cc8
2   "name": "DownPickerSwift",
3   "version": "1.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "DownPickerSwift is an extremely light-weight class library for creating DropDownList / ComboBox controls for iOS.",
9   "homepage": "https://github.com/HomebaseAI/DownPickerSwift",
10   "social_media_url": "https://twitter.com/HomebaseAI",
11   "authors": {
12     "HomebaseAI": "daniel.chick@homebase.ai"
13   },
14   "source": {
15     "git": "https://github.com/HomebaseAI/DownPickerSwift.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/**/*.swift",
27       "frameworks": "Foundation"
28     }
29   ]