[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / d / 4 / ZebraKing / 2.0.1 / ZebraKing.podspec.json
blob07426decfc7d93bba52e72c85c2bb8355cdfb0f4
2   "name": "ZebraKing",
3   "version": "2.0.1",
4   "summary": "ZebraKing这是基于腾讯云通信IM封装而来,简单可依赖,定期依据官网更新版本, 欢迎使用",
5   "description": "ZebraKing是基于腾讯云通信V3.0版本更新而来,此版本较v2.0变化不大,移除一些多余的API,整体逻辑更清晰, 使用swift4.0编写",
6   "homepage": "https://github.com/wufeiyue/ZebraKing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "eppeo": "ieppeo@163.com"
13   },
14   "source": {
15     "git": "https://github.com/wufeiyue/zebraking.git",
16     "tag": "2.0.1"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "8.2"
22   },
23   "pod_target_xcconfig": {
24     "OTHER_LDFLAGS": "-ObjC",
25     "ENABLE_BITCODE": "NO"
26   },
27   "source_files": "ZebraKing/Classes/**/*",
28   "ios": {
29     "vendored_frameworks": "ZebraKing/Framework/*.framework",
30     "resource_bundles": {
31       "ZebraKingAssets": "ZebraKing/Assets/ZebraKingAssets.bundle/Images"
32     }
33   },
34   "preserve_paths": "ZebraKing/Framework/module.modulemap",
35   "frameworks": [
36     "CoreTelephony",
37     "SystemConfiguration"
38   ],
39   "libraries": [
40     "c++",
41     "z",
42     "sqlite3"
43   ],
44   "dependencies": {
45     "SnapKit": [
47     ],
48     "Kingfisher": [
50     ]
51   }