[Add] Vitals 3.2.4
[CocoaPods.git] / Specs / 2 / f / 8 / NBLPickerView / 0.1.1 / NBLPickerView.podspec.json
blob51e40b4b66727f04da396c4fc338f45ef5ae3052
2   "name": "NBLPickerView",
3   "version": "0.1.1",
4   "summary": "Object-C。基于UIPickerView的列表选择。based on UIPickerView.",
5   "description": "Object-C。基于UIPickerView的列表选择,目前只支持一列。based on UIPickerView.",
6   "homepage": "https://github.com/yjh4866/NBLPickerView",
7   "screenshots": [
8     "https://github.com/yjh4866/NBLPickerView/blob/master/screenshots/screenshots_1.jpg?raw=true",
9     "https://github.com/yjh4866/NBLPickerView/blob/master/screenshots/screenshots_2.jpg?raw=true"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "杨建红": "yjh4866@163.com"
17   },
18   "source": {
19     "git": "https://github.com/yjh4866/NBLPickerView.git",
20     "tag": "0.1.1"
21   },
22   "social_media_url": "https://blog.csdn.net/yjh4866",
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "NBLPickerView/Classes/**/*",
27   "resource_bundles": {
28     "NBLPickerView": [
29       "NBLPickerView/Assets/*.{xib}"
30     ]
31   },
32   "public_header_files": "NBLPickerView/Classes/*.h"