[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 7 / 5 / DownPicker / 0.1.23 / DownPicker.podspec.json
blob72be5026048dcbb81fb38aae92213700ca8f650f
2   "name": "DownPicker",
3   "version": "0.1.23",
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.",
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.23"
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"