[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / 0 / 9 / LinkV-Communication / 0.0.2 / LinkV-Communication.podspec.json
blob03eda889ab1613e84d39d2f10abe6a8edf6fb334
2   "name": "LinkV-Communication",
3   "version": "0.0.2",
4   "summary": "RTC + IM 优化接口",
5   "description": "RTC + IM you can send im message\nupdate api",
6   "homepage": "https://github.com/linkv-io/LinkV-Communication-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangyansnow": "wangyan6@linkv.sg"
13   },
14   "source": {
15     "git": "https://github.com/linkv-io/LinkV-Communication-iOS.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LVCEngine/LVCEngine/**/*",
22   "public_header_files": "LVCEngine/LVCEngine/**/*.h",
23   "vendored_frameworks": [
24     "LVCEngine/framework/LinkV.framework",
25     "LVCEngine/framework/LVIMLib.framework"
26   ],
27   "vendored_libraries": [
28     "LVCEngine/framework/libcares.a",
29     "LVCEngine/framework/libopencore-amrnb.a",
30     "LVCEngine/framework/libprotobuf-lite.a"
31   ],
32   "resources": "LVCEngine/resources/default.metallib",
33   "libraries": [
34     "c++",
35     "resolv.9",
36     "sqlite3",
37     "z"
38   ],
39   "xcconfig": {
40     "ENABLE_BITCODE": "NO"
41   }