[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / a / 0 / 3 / BNCollectionView / 1.2.2 / BNCollectionView.podspec.json
blob907a9581615932f71868391fd67e7abd658a4ca6
2   "name": "BNCollectionView",
3   "version": "1.2.2",
4   "summary": "UICollectionView相关封装.",
5   "description": "UICollectionView相关封装.",
6   "homepage": "https://github.com/shang1219178163/BNCollectionView",
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/BNCollectionView.git",
20     "tag": "1.2.2"
21   },
22   "source_files": "BNCollectionView/*",
23   "public_header_files": "BNCollectionView/*.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     "BNCategory": [
46     ]
47   },
48   "user_target_xcconfig": {
49     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
50   }