blob: b569f0849d026dc14c02cc7dc847d2df28d31775 [file] [log] [blame]
{
"name": "PandoraPlayer",
"version": "1.1",
"summary": "Music Player for iOS",
"description": "A simple iOS music player library written in Swift",
"homepage": "https://github.com/AppliKeySolutions/PandoraPlayer",
"license": "MIT",
"authors": {
"Applikey Solutions": "welcome@applikeysolutions.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AppliKeySolutions/PandoraPlayer.git",
"tag": "1.1"
},
"source_files": [
"Player",
"Player/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"resources": "Player/**/*.{storyboard,xib,xcassets}",
"dependencies": {
"AudioKit": [
"4.0"
]
},
"pushed_with_swift_version": "4.0"
}