[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 1 / 0 / 2 / BNView / 1.4.7 / BNView.podspec.json
blob4ba6e17930e5226f4993288bdc795ef04b1fad91
2   "name": "BNView",
3   "version": "1.4.7",
4   "summary": "自定义视图库",
5   "description": "官方控件无法满足需求的视图集合.",
6   "homepage": "https://github.com/shang1219178163/BNView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BIN": "shang1219178163@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/shang1219178163/BNView.git",
20     "tag": "1.4.7"
21   },
22   "source_files": [
23     "BNView",
24     "BNView/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "BNView/*.h",
28     "BNView/**/*.h"
29   ],
30   "resource_bundles": {
31     "BNView": [
32       "BNView/Resources/*.xcassets",
33       "BNView/Resources/*.plist"
34     ]
35   },
36   "frameworks": [
37     "UIKit",
38     "CoreFoundation",
39     "CoreText",
40     "CoreGraphics",
41     "CoreImage",
42     "QuartzCore",
43     "ImageIO",
44     "AssetsLibrary",
45     "Accelerate",
46     "MobileCoreServices",
47     "SystemConfiguration"
48   ],
49   "dependencies": {
50     "BNKit": [
52     ],
53     "BNGloble": [
55     ],
56     "BNCategory": [
58     ],
59     "SDCycleScrollView": [
61     ],
62     "TZImagePickerController": [
64     ],
65     "PPNumberButton": [
67     ],
68     "Masonry": [
70     ]
71   },
72   "pod_target_xcconfig": {
73     "GCC_PREPROCESSOR_DEFINITIONS": "MAS_SHORTHAND_GLOBALS=1, MAS_SHORTHAND=1"
74   },
75   "user_target_xcconfig": {
76     "GCC_PREPROCESSOR_DEFINITIONS": "MAS_SHORTHAND_GLOBALS=1, MAS_SHORTHAND=1"
77   }