[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / d / 0 / e / Jukebox / 0.1.0 / Jukebox.podspec.json
blob856479247dc81400a5de85a83914221b970a4e6a
2   "name": "Jukebox",
3   "version": "0.1.0",
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.0"
13   },
14   "social_media_url": "https://twitter.com/teodorpatras",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Jukebox": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "Foundation",
27     "AVFoundation",
28     "MediaPlayer"
29   ]