[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 2 / 4 / a / PannablePickerView / 2.0.0 / PannablePickerView.podspec.json
blob81e7b13a53e02b4eed0ddf29cc3906fa595735e8
2   "name": "PannablePickerView",
3   "version": "2.0.0",
4   "summary": "Custom picker view inspired by Rise (http://rise.simplebots.co) and Timely (https://timelyapp.com) apps",
5   "description": "PannablePickerView lets the user select a numeric value moving its finger up and down inside the control.\n\nBuilt as a better way of handling value selection from a finite range (than UISlider and other alternatives), you can embed it to a full screen app, inline on a TableView or as a UITextField's inputView substitution! (read: awesome in-app custom keyboard). Check out the example project for more.\n\nCustomizable, you can change sizes, colors, units, prefix/suffix and more.",
6   "homepage": "https://github.com/cruzdiego/PannablePickerView",
7   "license": "MIT",
8   "authors": {
9     "Diego Cruz": "diego.cruz@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/cruzdiego/PannablePickerView.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PannablePickerView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit",
26   "pushed_with_swift_version": "4.0"