[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / e / f / a / BNTableViewCell / 1.4.5.3 / BNTableViewCell.podspec.json
blob14de56c54e93c06842c61188a3c56fe757f94f8a
2   "name": "BNTableViewCell",
3   "version": "1.4.5.3",
4   "summary": "UITableViewCell封装.",
5   "description": "UITableViewCell模板封装.",
6   "homepage": "https://github.com/shang1219178163/BNTableViewCell",
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/BNTableViewCell.git",
20     "tag": "1.4.5.3"
21   },
22   "source_files": "BNTableViewCell/*",
23   "public_header_files": "BNTableViewCell/*.h",
24   "frameworks": [
25     "UIKit",
26     "CoreFoundation",
27     "CoreText",
28     "CoreGraphics",
29     "CoreImage",
30     "CoreLocation",
31     "CoreTelephony",
32     "GLKit",
33     "QuartzCore",
34     "ImageIO",
35     "Accelerate",
36     "AssetsLibrary",
37     "MobileCoreServices",
38     "SystemConfiguration",
39     "ImageIO",
40     "JavaScriptCore",
41     "WebKit"
42   ],
43   "dependencies": {
44     "BNKit": [
46     ],
47     "BNGloble": [
49     ],
50     "BNCategory": [
52     ],
53     "BNView": [
55     ],
56     "Masonry": [
58     ]
59   },
60   "pod_target_xcconfig": {
61     "GCC_PREPROCESSOR_DEFINITIONS": "MAS_SHORTHAND_GLOBALS=1, MAS_SHORTHAND=1"
62   },
63   "user_target_xcconfig": {
64     "GCC_PREPROCESSOR_DEFINITIONS": "MAS_SHORTHAND_GLOBALS=1, MAS_SHORTHAND=1",
65     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
66   }