blob: ce38278b94e1e92ce9a4ea986d1b69b628e9704a [file] [log] [blame]
{
"name": "JukeboxV2",
"version": "1.0.0",
"summary": "Jukebox is an iOS audio player written in Swift.",
"homepage": "https://github.com/ajurcevic/Jukebox",
"license": "MIT",
"authors": {
"Teodor Patras": "me@teodorpatras.com",
"Adrian Jurcevic": "ajurcevic@outlook.com"
},
"source": {
"git": "https://github.com/ajurcevic/Jukebox.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/adrianjurcevic",
"platforms": {
"ios": "10.2"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": [
"Foundation",
"AVFoundation",
"MediaPlayer"
]
}