[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / d / 3 / PlayListPlayer / 0.1.0 / PlayListPlayer.podspec.json
blob82e27bee1c8568296d56f237a8375ae013e958eb
2   "name": "PlayListPlayer",
3   "version": "0.1.0",
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.1.0"
20   },
21   "source_files": [
22     "Classes",
23     "PlayListPlayer/**/*.{swift}"
24   ]