blob: b2e9437d57fa510942edbcfb5e8bdf34b9878f62 [file] [log] [blame]
{
"name": "Jukebox",
"version": "0.1.1",
"summary": "Jukebox is an iOS audio player written in Swift.",
"homepage": "https://github.com/teodorpatras/Jukebox",
"license": "MIT",
"authors": {
"Teodor Patras": "me@teodorpatras.com"
},
"source": {
"git": "https://github.com/teodorpatras/Jukebox.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/teodorpatras",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Jukebox": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"Foundation",
"AVFoundation",
"MediaPlayer"
]
}