[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 7 / 3 / BAPickView / 1.2.2 / BAPickView.podspec.json
blob5e8e2535256e43f64a7da35abf5d71714dd37b1b
2   "name": "BAPickView",
3   "version": "1.2.2",
4   "summary": "BAPickView 精简高效的选择器!",
5   "description": "V1.2.2 全新改版,优化一些小问题",
6   "homepage": "https://github.com/BAHome/BAPickView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "boai": "sunboyan@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/BAHome/BAPickView.git",
16     "tag": "1.2.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BAPickView/Classes/BAPickView_OC.h",
22   "resource_bundles": {
23     "BAPickView": [
24       "BAPickView/Resources/*.{bundle}"
25     ]
26   },
27   "dependencies": {
28     "Masonry": [
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "Foundation"
35   ],
36   "requires_arc": true,
37   "subspecs": [
38     {
39       "name": "Tools",
40       "source_files": "BAPickView/Classes/Tools/*.{h,m}",
41       "prefix_header_contents": [
42         "#import <UIKit/UIKit.h>",
43         "#import <Foundation/Foundation.h>",
44         "#import \"BAKit_ConfigurationDefine.h\""
45       ]
46     },
47     {
48       "name": "PickerView",
49       "dependencies": {
50         "BAPickView/Tools": [
52         ]
53       },
54       "source_files": "BAPickView/Classes/PickerView/*.{h,m}"
55     }
56   ]