[Add] YIM 2.2.8
[CocoaPods.git] / Specs / b / 7 / 5 / DownPicker / 0.1.24 / DownPicker.podspec.json
blob0232691036a950dd05dcf62bf76a5ebfd3c198a7
2   "name": "DownPicker",
3   "version": "0.1.24",
4   "summary": "Lightweight class library for creating drop down list controls for iOS.",
5   "description": "DownPicker is an extremely light-weight class library for creating DropDownList / ComboBox controls for iOS that will behave like their HTML / Android counterparts.\nYou'll only need a standard UITextField and few lines of code.\n\nDownPicker is basically a *control interface wrapper*, meaning that you won't use it as a control - it will use an existing UITextField control instead.\nThis is a good thing, because you'll be able to design, positioning and skin your UITextField like you always do, programmatically or inside a *Storyboard* UI, depending on how you are used to work. You won't change your style, as it will adapt to suit yours.\n\nHowever, if you don't like the *control wrapper* pattern, you can just use it as a *custom control* using the included **UIDownPicker** class. It's entirely up to you (and very easy to install in both scenarios).\n\nDownPicker is released under MIT License.\nInstallation instructions, examples and documentation are available in the included README.md file.",
6   "homepage": "https://github.com/Darkseal/DownPicker",
7   "license": "MIT",
8   "authors": {
9     "Ryan": "ryan@ryadel.com"
10   },
11   "source": {
12     "git": "https://github.com/Darkseal/DownPicker.git",
13     "tag": "0.1.24"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "DownPicker/**/*.{h,m}",
20   "resource_bundles": {
21     "DownPicker": [
22       "DownPicker/*.png"
23     ]
24   },
25   "public_header_files": "DownPicker/**/*.h"