[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 5 / LLVideoPlayer / 1.2.5 / LLVideoPlayer.podspec.json
blobb2accbeb5df88bf42d9e01a0186a4d26c183a1fd
2   "name": "LLVideoPlayer",
3   "version": "1.2.5",
4   "summary": "A low level, flexible video player based on AVPlayer for iOS.",
5   "description": "LLVideoPlayer is a low level video player which is simple and easy to extend.",
6   "homepage": "https://github.com/huangguiyang/LLVideoPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mario": "mohu3g@163.com"
13   },
14   "source": {
15     "git": "https://github.com/huangguiyang/LLVideoPlayer.git",
16     "tag": "1.2.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "LLVideoPlayer/*.h",
22   "source_files": "LLVideoPlayer/*.{m,h}",
23   "frameworks": [
24     "QuartzCore",
25     "MediaPlayer",
26     "AVFoundation"
27   ],
28   "subspecs": [
29     {
30       "name": "CacheSupport",
31       "source_files": "LLVideoPlayer/CacheSupport"
32     }
33   ]