[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 7 / JukeboxV2 / 1.0.0 / JukeboxV2.podspec.json
blobce38278b94e1e92ce9a4ea986d1b69b628e9704a
2   "name": "JukeboxV2",
3   "version": "1.0.0",
4   "summary": "Jukebox is an iOS audio player written in Swift.",
5   "homepage": "https://github.com/ajurcevic/Jukebox",
6   "license": "MIT",
7   "authors": {
8     "Teodor Patras": "me@teodorpatras.com",
9     "Adrian Jurcevic": "ajurcevic@outlook.com"
10   },
11   "source": {
12     "git": "https://github.com/ajurcevic/Jukebox.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/adrianjurcevic",
16   "platforms": {
17     "ios": "10.2"
18   },
19   "requires_arc": true,
20   "source_files": "Source/*.swift",
21   "frameworks": [
22     "Foundation",
23     "AVFoundation",
24     "MediaPlayer"
25   ]