[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 2 / c / BeeCommonSDK / 1.7.0 / BeeCommonSDK.podspec.json
blob8d4b2cb418ade4203b8ae1cf6ec27fa2c4d1e9ef
2   "name": "BeeCommonSDK",
3   "version": "1.7.0",
4   "summary": "集合基本使用功能",
5   "description": "0.1.x:基础功能合集使用\n1.x.x:基础功能修改\n1.5.x:bitcode/tabbar可动态更改\n1.6.0:添加Kochava定义\n1.6.1/2:添加宏定义和方法废弃使用\n1.6.3:添加UserDefaults\n1.6.4:启动任务管理\n1.7.0:修复iOS13bug",
6   "homepage": "https://github.com/5hito/BeeCommonSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "5hito": "beemans@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/5hito/BeeCommonSDK.git",
19     "tag": "1.7.0"
20   },
21   "frameworks": [
22     "AdSupport",
23     "WebKit",
24     "CoreTelephony",
25     "Security"
26   ],
27   "requires_arc": true,
28   "resources": "lib/Resources/*.bundle",
29   "source_files": "lib/Header/*.h",
30   "ios": {
31     "vendored_libraries": "lib/libBeeCommonSDK.a"
32   },
33   "dependencies": {
34     "BeeAFNetSDK": [
36     ],
37     "WSProgressHUD": [
39     ],
40     "Masonry": [
42     ],
43     "FDFullscreenPopGesture": [
45     ]
46   }