[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / c / 0 / GWInfinitePickerView / 0.3.0 / GWInfinitePickerView.podspec.json
blobfda99e82c30034f4c0e32f2add2daad0b2d6747f
2   "name": "GWInfinitePickerView",
3   "version": "0.3.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.3.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"