[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / c / 2 / MTRTMPSimpleSDK / 1.0.1.5 / MTRTMPSimpleSDK.podspec.json
blob788735f974f081ddb0a6daa197649126dd6f3c26
2   "name": "MTRTMPSimpleSDK",
3   "version": "1.0.1.5",
4   "summary": "美团直播SDK",
5   "description": "美团直播SDK,里面包含了直播推拉流相关的frameworks。",
6   "homepage": "http://git.sankuai.com/projects/IOS/repos/mtlivesdk/browse",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guojun XU": "xuguojun02@meituan.com"
13   },
14   "source": {
15     "git": "ssh://git@git.sankuai.com/ios/mtlivesdk.git",
16     "tag": "1.0.1.5"
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": "YES"
42   }