[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 0 / GWInfinitePickerView / 1.0.0 / GWInfinitePickerView.podspec.json
blob88011b2e53c1925cb77687457de3edbf01699de6
2   "name": "GWInfinitePickerView",
3   "version": "1.0.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.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "GWInfinitePickerView/*",
20   "public_header_files": "GWInfinitePickerView/GWInfinitePickerView.h"