[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 3 / ZQPlayer / 0.1.3 / ZQPlayer.podspec.json
bloba3267dee0cf23895117d18592185daac7cad56a7
2   "name": "ZQPlayer",
3   "version": "0.1.3",
4   "summary": "一个基于AVPlayer封装的视频、音频播放器",
5   "description": "ZQPlayer一个基于AVPlayer封装的视频、音频播放器",
6   "homepage": "https://github.com/qigge/ZQPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eric": "wangzeqi2013@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/qigge/ZQPlayer.git",
19     "tag": "0.1.3"
20   },
21   "source_files": [
22     "ZQPlayer",
23     "ZQPlayer/**/*.{h,m}"
24   ],
25   "resources": "ZQPlayer/ZQPlayerImage.bundle",
26   "frameworks": [
27     "UIKit",
28     "AVFoundation"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "Masonry": [
34     ]
35   }