blob: 1e5488a39de049a9f31c72dc44f76b7a926075d4 [file] [log] [blame]
{
"name": "TKVideoPlanet",
"version": "0.0.1",
"summary": "A short description of TKVideoPlanet.",
"description": "Tiki的视频通话SDK",
"homepage": "http://live.tikiapp.im/",
"license": "MIT",
"authors": {
"wang animeng": "animeng68@gmail.com"
},
"social_media_url": "http://weibo.com/mengtnt",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BuddyTechnology/planet-sdk-objc.git",
"branch": "master"
},
"source_files": [
"sdk/include/TKVideoPlanet/**/*.h"
],
"public_header_files": "sdk/include/TKVideoPlanet/**/*.h",
"frameworks": [
"GLKit",
"AudioToolbox",
"CFNetwork",
"VideoToolbox",
"Security"
],
"libraries": [
"stdc++",
"icucore"
],
"vendored_libraries": "sdk/libTKVideoPlanet.a",
"requires_arc": true,
"module_name": "TKVideoPlanet",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"AFNetworking": [
"~> 3.1"
],
"ReactiveCocoa": [
"~> 2.5"
],
"Masonry": [
"~> 1.0.2"
],
"SocketRocket": [
"~> 0.5.1"
]
}
}