[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / d / 0 / e / Jukebox / 0.1.2 / Jukebox.podspec.json
blob6b1c9030d7b3008126dc5041e73eb06f910ef3f3
2   "name": "Jukebox",
3   "version": "0.1.2",
4   "summary": "Jukebox is an iOS audio player written in Swift.",
5   "homepage": "https://github.com/teodorpatras/Jukebox",
6   "license": "MIT",
7   "authors": {
8     "Teodor Patras": "me@teodorpatras.com"
9   },
10   "source": {
11     "git": "https://github.com/teodorpatras/Jukebox.git",
12     "tag": "0.1.2"
13   },
14   "social_media_url": "https://twitter.com/teodorpatras",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/*.swift",
20   "frameworks": [
21     "Foundation",
22     "AVFoundation",
23     "MediaPlayer"
24   ]