[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / e / TKVideoPlanet / 0.0.3 / TKVideoPlanet.podspec.json
blob245b3043dfc7ea2474bf71f1e36552582326fb3f
2   "name": "TKVideoPlanet",
3   "version": "0.0.3",
4   "summary": "A short description of TKVideoPlanet.",
5   "description": "Tiki的视频通话",
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   "resources": "sdk/TKResource.bundle",
24   "frameworks": [
25     "GLKit",
26     "AudioToolbox",
27     "CFNetwork",
28     "VideoToolbox",
29     "Security",
30     "MobileCoreServices",
31     "SystemConfiguration",
32     "CoreLocation"
33   ],
34   "libraries": [
35     "stdc++",
36     "icucore"
37   ],
38   "vendored_libraries": "sdk/libTKVideoPlanet.a",
39   "requires_arc": true,
40   "module_name": "TKVideoPlanet",
41   "xcconfig": {
42     "OTHER_LDFLAGS": "-ObjC",
43     "ENABLE_BITCODE": "NO"
44   }