blob: 75449ec976caae1a48860f733e76f94a312221dc [file] [log] [blame]
{
"name": "MiniPlayer",
"version": "1.0.0",
"summary": "It's simple way to play music in your application",
"description": "Simple control for play music in application. Just put UIView in your xib or storyboard and change class name on \"MiniPlayer\"",
"homepage": "https://github.com/seroshtanov/miniPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vitaly Seroshtanov": "v.s.seroshtanov@gmail.com"
},
"source": {
"git": "https://github.com/seroshtanov/MiniPlayer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.0",
"source_files": "MiniPlayer/Classes/**/*",
"resources": "MiniPlayer/Assets/MiniPlayer.xcassets",
"swift_version": "5.0"
}