[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / c / 0 / GWInfinitePickerView / 0.2.0 / GWInfinitePickerView.podspec.json
bloba0f90d8bfa26e77e6396cc514e9cb7f38fabc42e
2   "name": "GWInfinitePickerView",
3   "version": "0.2.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": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h"