[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 4 / d / 3 / PlayListPlayer / 0.0.1 / PlayListPlayer.podspec.json
blob037605e4e94214b41a2a35c11f124f1481f291d6
2   "name": "PlayListPlayer",
3   "version": "0.0.1",
4   "summary": "Audio/Movie PlayList Player module written in Swift",
5   "description": "PlayListPlayer is AVPlayer wrapper to make easy playing audio/video file from NSURL",
6   "homepage": "https://github.com/nerd0geek1/PlayListPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kohei Tabata": "nerd0geek1@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/nerd0geek1/PlayListPlayer.git",
19     "tag": "v0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "PlayListPlayer/**/*.{swift}"
24   ]