[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 7 / e / TKVideoPlanet / 0.0.1 / TKVideoPlanet.podspec.json
blob1e5488a39de049a9f31c72dc44f76b7a926075d4
2   "name": "TKVideoPlanet",
3   "version": "0.0.1",
4   "summary": "A short description of TKVideoPlanet.",
5   "description": "Tiki的视频通话SDK",
6   "homepage": "http://live.tikiapp.im/",
7   "license": "MIT",
8   "authors": {
9     "wang animeng": "animeng68@gmail.com"
10   },
11   "social_media_url": "http://weibo.com/mengtnt",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/BuddyTechnology/planet-sdk-objc.git",
17     "branch": "master"
18   },
19   "source_files": [
20     "sdk/include/TKVideoPlanet/**/*.h"
21   ],
22   "public_header_files": "sdk/include/TKVideoPlanet/**/*.h",
23   "frameworks": [
24     "GLKit",
25     "AudioToolbox",
26     "CFNetwork",
27     "VideoToolbox",
28     "Security"
29   ],
30   "libraries": [
31     "stdc++",
32     "icucore"
33   ],
34   "vendored_libraries": "sdk/libTKVideoPlanet.a",
35   "requires_arc": true,
36   "module_name": "TKVideoPlanet",
37   "xcconfig": {
38     "OTHER_LDFLAGS": "-ObjC",
39     "ENABLE_BITCODE": "NO"
40   },
41   "dependencies": {
42     "AFNetworking": [
43       "~> 3.1"
44     ],
45     "ReactiveCocoa": [
46       "~> 2.5"
47     ],
48     "Masonry": [
49       "~> 1.0.2"
50     ],
51     "SocketRocket": [
52       "~> 0.5.1"
53     ]
54   }