[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 2 / f / 8 / NBLPickerView / 0.1.0 / NBLPickerView.podspec.json
blob3f3367c978a8fd50ad4ef15b77a12e4cf98b2cc0
2   "name": "NBLPickerView",
3   "version": "0.1.0",
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.0"
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"