blob: 58f356487bbb159734968f5bc906edd5c1b57fc9 [file] [log] [blame]
{
"name": "FloatingAudioPlayer",
"version": "0.1.0",
"summary": "FloatingAudioPlayer is lightweight floating/draggable Audio Player View written in Swift.",
"description": "A Swift floating/draggable audio player like in Spotify & Apple Music apps that remains on top of all screens.",
"homepage": "https://github.com/pernebayevz/FloatingAudioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pernebayevz": "swiftisgreat@gmail.com"
},
"source": {
"git": "https://github.com/pernebayevz/FloatingAudioPlayer.git",
"tag": "0.1.0"
},
"social_media_url": "https://www.instagram.com/pernebayevz/",
"platforms": {
"ios": "12.0"
},
"source_files": "Source/**/*.swift",
"resource_bundles": {
"FloatingAudioPlayer": [
"Source/**/*.{xib,xcassets}"
]
},
"frameworks": "UIKit",
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}