[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 7 / 5 / DownPicker / 0.1.33 / DownPicker.podspec.json
blob5873776f5a6d0f752425df41470674c2f9663dee
2   "name": "DownPicker",
3   "version": "0.1.33",
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   "screenshots": "https://raw.githubusercontent.com/Darkseal/DownPicker/gh-pages/images/DownPicker/UITextField.DownPicker.png",
8   "license": "MIT",
9   "authors": {
10     "Ryan": "ryan@ryadel.com"
11   },
12   "source": {
13     "git": "https://github.com/Darkseal/DownPicker.git",
14     "tag": "0.1.33"
15   },
16   "social_media_url": "https://twitter.com/ryadel_com",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/*.{h,m}",
22   "resource_bundles": {
23     "DownPicker": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "public_header_files": "Pod/Classes/*.h"