[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / d / 0 / e / Jukebox / 0.1.3 / Jukebox.podspec.json
blob60f2fec094636c5be37b6b42c1fabd9e15ca3061
2   "name": "Jukebox",
3   "version": "0.1.3",
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.3"
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   ]