[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / 2 / b / LXMPlayer / 0.0.1 / LXMPlayer.podspec.json
blob75b8796b77d99564032d67770c7029d67ef18a5f
2   "name": "LXMPlayer",
3   "version": "0.0.1",
4   "summary": "封装AVPlayer的一个播放器,提供block回调,只需设置URL即可播放本地或者网络视频",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Phelthas/LXMPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "billthas@gmail.com": "billthas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Phelthas/LXMPlayer.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LXMPlayer/Classes/**/*",
22   "dependencies": {
23     "KVOController": [
24       "~> 1.2.0"
25     ],
26     "LXMBlockKit": [
27       "~> 0.0.7"
28     ],
29     "AFNetworking": [
30       "~> 3.2.1"
31     ]
32   }