[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 7 / 3 / BAPickView / 1.2.0 / BAPickView.podspec.json
blob628f7a5b1f8887754f5e9b9a3faf9e39f99881d2
2   "name": "BAPickView",
3   "version": "1.2.0",
4   "summary": "BAPickView 精简高效的选择器!",
5   "description": "V1.2.0 全新改版,后续版本将移除旧版本代码",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BAPickView/Classes/**/*.{h,m}",
22   "resource_bundles": {
23     "BAPickView": [
24       "BAPickView/Resources/*.{xcassets,bundle}"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "Masonry": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "BAPickerManager",
41       "source_files": "BAPickView/Classes/BAPickView/**/*.{h,m}",
42       "public_header_files": "BAPickView/Classes/BAPickView/**/*.h",
43       "prefix_header_contents": [
44         "#import <UIKit/UIKit.h>",
45         "#import <Foundation/Foundation.h>"
46       ]
47     }
48   ]