[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / c / GLVideoPlayer / 1.0.2 / GLVideoPlayer.podspec.json
blob8587980a1c1965fe9315834cd264187d13738f8c
2   "name": "GLVideoPlayer",
3   "version": "1.0.2",
4   "summary": "It is a GLVideoPlayer used on iOS, which implement by Objective-C",
5   "description": "It is a GLVideoPlayer used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/GLVideoPlayer",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/GLVideoPlayer.git",
13     "tag": "1.0.2",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "image",
27       "resources": "GLVideoPlayer/image/*.png"
28     },
29     {
30       "name": "GLVideoPlayer",
31       "source_files": "GLVideoPlayer/GLVideoPlayer/*.{h,m}",
32       "public_header_files": "GLVideoPlayer/GLVideoPlayer/*.h",
33       "dependencies": {
34         "SDWebImage": [
36         ]
37       }
38     }
39   ]