[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / c / d / 5 / LLVideoPlayer / 0.4.2 / LLVideoPlayer.podspec.json
blob81ee406f57ff8e57a0726b25a684476540cc6b7a
2   "name": "LLVideoPlayer",
3   "version": "0.4.2",
4   "summary": "A Low Level Video Player.",
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": "0.4.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "public_header_files": "LLVideoPlayer/**/*.h",
22   "source_files": "LLVideoPlayer/**/*.{m,h}",
23   "frameworks": [
24     "QuartzCore",
25     "MediaPlayer",
26     "AVFoundation"
27   ]