[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / c / 0 / GWInfinitePickerView / 1.1.0 / GWInfinitePickerView.podspec.json
blobf56cdb82d95b77ed3dc75b03b2ca3c2e99955f00
2   "name": "GWInfinitePickerView",
3   "version": "1.1.0",
4   "summary": "The GWInfinitePickerView is an extension of the UIPickerView which makes it endless (like UIDatePicker).",
5   "description": "The GWInfinitePickerView by adding additional rows makes UIPickerView endless. All the magic is under the hood, outside it seems to be normal UIPickerView. The GWInfinitePickerView inherited from UIPickerView, so all you have to do is just change the class of your picker view to the GWInfinitePickerView.",
6   "homepage": "https://github.com/gwikiera/GWInfinitePickerView",
7   "license": "MIT",
8   "authors": {
9     "Grzegorz Wikiera": "gwikiera@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gwikiera/GWInfinitePickerView.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "GWInfinitePickerView/*",
20   "public_header_files": [
21     "GWInfinitePickerView/GWInfinitePickerView.h",
22     "GWInfinitePickerView/GWInfinitePickerViewDelegate.h"
23   ]