[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / 8 / d / SuperPlayer / 2.1.1 / SuperPlayer.podspec.json
blob1af39ab058351e22efe9d0ad6ccd3bba546a3547
2   "name": "SuperPlayer",
3   "version": "2.1.1",
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.git",
14     "tag": "v2.1.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1"
23     ],
24     "SDWebImage": [
25       "~> 4.4.0"
26     ],
27     "Masonry": [
28       "~> 1.1.0"
29     ]
30   },
31   "static_framework": true,
32   "default_subspecs": "Player",
33   "frameworks": [
34     "SystemConfiguration",
35     "CoreTelephony",
36     "VideoToolbox",
37     "CoreGraphics",
38     "AVFoundation",
39     "Accelerate"
40   ],
41   "libraries": [
42     "z",
43     "resolv",
44     "iconv",
45     "stdc++",
46     "c++",
47     "sqlite3"
48   ],
49   "subspecs": [
50     {
51       "name": "Player",
52       "source_files": "SuperPlayer/**/*.{h,m}",
53       "private_header_files": [
54         "SuperPlayer/Utils/TXBitrateItemHelper.h",
55         "SuperPlayer/Views/SuperPlayerView+Private.h"
56       ],
57       "resources": "SuperPlayer/Resource/*",
58       "dependencies": {
59         "TXLiteAVSDK_Player": [
60           "= 5.3.6001"
61         ]
62       }
63     }
64   ]