[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 5 / 4 / BRPickerView / 1.2.0 / BRPickerView.podspec.json
blobc58c49a0e9e6ade27b81bf290fcde2b666e4443c
2   "name": "BRPickerView",
3   "version": "1.2.0",
4   "summary": "A custom picker view for iOS.",
5   "description": "A custom picker view for iOS, Include \"时间选择器,地址选择器,自定义字符串选择器\", Support the Objective - C language.",
6   "homepage": "https://github.com/borenfocus/BRPickerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "任波": "borenfocus@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/borenfocus/BRPickerView.git",
19     "tag": "1.2.0"
20   },
21   "source_files": "BRPickerView/**/*.{h,m}",
22   "resources": "BRPickerView/AddressPickerView/BRCity.plist",
23   "requires_arc": true,
24   "dependencies": {
25     "MJExtension": [
26       "~> 3.0.13"
27     ]
28   }