[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / 8 / d / SuperPlayer / 3.1.0 / SuperPlayer.podspec.json
blobba5d70e694a911eec2c631c5f8cff7f34c32660f
2   "name": "SuperPlayer",
3   "version": "3.1.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://cloud.tencent.com/product/player",
8   "authors": {
9     "annidyfeng": "annidyfeng@tencent.com"
10   },
11   "summary": "超级播放器",
12   "source": {
13     "git": "https://github.com/tencentyun/SuperPlayer_iOS.git",
14     "tag": "v3.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
23     ],
24     "SDWebImage": [
26     ],
27     "Masonry": [
29     ],
30     "MMLayout": [
32     ]
33   },
34   "static_framework": true,
35   "default_subspecs": "Player",
36   "ios": {
37     "frameworks": [
38       "SystemConfiguration",
39       "CoreTelephony",
40       "VideoToolbox",
41       "CoreGraphics",
42       "AVFoundation",
43       "Accelerate"
44     ],
45     "libraries": [
46       "z",
47       "resolv",
48       "iconv",
49       "stdc++",
50       "c++",
51       "sqlite3"
52     ]
53   },
54   "frameworks": [
55     "SystemConfiguration",
56     "CoreTelephony",
57     "VideoToolbox",
58     "CoreGraphics",
59     "AVFoundation",
60     "Accelerate"
61   ],
62   "libraries": [
63     "z",
64     "resolv",
65     "iconv",
66     "stdc++",
67     "c++",
68     "sqlite3"
69   ],
70   "subspecs": [
71     {
72       "name": "Player",
73       "source_files": "SuperPlayer/**/*.{h,m}",
74       "private_header_files": [
75         "SuperPlayer/Utils/TXBitrateItemHelper.h",
76         "SuperPlayer/Views/SuperPlayerView+Private.h"
77       ],
78       "resources": "SuperPlayer/Resource/*",
79       "vendored_frameworks": "Frameworks/TXLiteAVSDK_Player.framework"
80     }
81   ]