[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / c / d / HLSAudioPlayer / 0.1.1 / HLSAudioPlayer.podspec.json
blobec5fd97737a98ebb1f790ddc81b7b25ecd83b11d
2   "name": "HLSAudioPlayer",
3   "version": "0.1.1",
4   "summary": "A mini framework for parsing and playing audio streams from HLS playlists.",
5   "description": "HLSAudioPlayer is a mini framework for parsing and playing audio streams from HLS playlists.",
6   "homepage": "https://github.com/nobre84/HLSAudioPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rafael Nobre": "nobre84@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nobre84/HLSAudioPlayer.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/nobre84",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "Shared",
26       "source_files": "HLSAudioPlayer/Shared/Sources/**/*.*"
27     },
28     {
29       "name": "Parser",
30       "source_files": "HLSAudioPlayer/Parser/Sources/**/*.*",
31       "dependencies": {
32         "HLSAudioPlayer/Shared": [
34         ]
35       }
36     },
37     {
38       "name": "Downloader",
39       "source_files": "HLSAudioPlayer/Downloader/Sources/**/*.*",
40       "dependencies": {
41         "HLSAudioPlayer/Parser": [
43         ],
44         "RNConcurrentBlockOperation": [
46         ]
47       }
48     },
49     {
50       "name": "Player",
51       "source_files": "HLSAudioPlayer/Player/Sources/**/*.*",
52       "resources": "HLSAudioPlayer/Player/Resources/**/*.*",
53       "dependencies": {
54         "HLSAudioPlayer/Downloader": [
56         ]
57       }
58     },
59     {
60       "name": "GestureHelper",
61       "source_files": "HLSAudioPlayer/GestureHelper/Sources/**/*.*"
62     }
63   ]