[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / 2 / MTRTMPSimpleSDK / 0.1.1 / MTRTMPSimpleSDK.podspec.json
blob174aeed1bb371e0b24cb1db550d813ccb4cf146b
2   "name": "MTRTMPSimpleSDK",
3   "version": "0.1.1",
4   "summary": "美团直播SDK",
5   "description": "美团直播SDK,其中封装了部分直播推拉流相关的SDK。",
6   "homepage": "http://git.sankuai.com/users/xuguojun02/repos/mtlivesdk/browse/MTRTMPSimpleSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guojun XU": "xuguojun02@meituan.com"
13   },
14   "source": {
15     "git": "http://xuguojun02@git.sankuai.com/scm/~xuguojun02/mtlivesdk.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTRTMPSimpleSDK/Classes/**/*",
22   "ios": {
23     "vendored_frameworks": "MTRTMPSimpleSDK/Frameworks/*.framework",
24     "libraries": [
25       "c++",
26       "z",
27       "sqlite3",
28       "iconv",
29       "resolv"
30     ]
31   },
32   "frameworks": [
33     "CoreTelephony",
34     "SystemConfiguration",
35     "VideoToolbox",
36     "AVFoundation",
37     "CoreMedia",
38     "CoreGraphics"
39   ],
40   "pod_target_xcconfig": {
41     "ENABLE_BITCODE": "NO"
42   }