[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 8 / FTPickerView / 1.0.1 / FTPickerView.podspec.json
blobfb63bea67a0523ff651ce0893572cb9c281eefc1
2   "name": "FTPickerView",
3   "version": "1.0.1",
4   "summary": "A simple UIPickerView/UIDatePicker wapper.",
5   "description": "A UIPickerView/UIDatePicker wrapper which is maybe the easiest one to use. Using singleton and block callbacks.",
6   "authors": {
7     "liufengting": "wo157121900@me.com"
8   },
9   "homepage": "https://github.com/liufengting/FTPickerView",
10   "screenshots": [
11     "https://raw.githubusercontent.com/liufengting/FTPickerView/master/ImageAssets/SimplePicker.png",
12     "https://raw.githubusercontent.com/liufengting/FTPickerView/master/ImageAssets/DatePicker.png"
13   ],
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "source": {
22     "git": "https://github.com/liufengting/FTPickerView.git",
23     "tag": "1.0.1"
24   },
25   "source_files": [
26     "FTPickerView",
27     "FTPickerView/*.{h,m}"
28   ],
29   "requires_arc": true