blob: 3034391b87cdd1ba9cc78e920f1d6450a9fd33a2 [file] [log] [blame]
{
"name": "iOSAudioPlayer",
"version": "0.1.14",
"summary": "iOSAudioPlayer is a Swift based iOS module that provides player control features.",
"description": "iOSAudioPlayer is a Swift based iOS module that provides player control features. This module represents a wrapper over AVPlayer. It is available starting with iOS 8.",
"homepage": "https://github.com/3pillarlabs/ios-audio-player.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"3Pillar Global": "ios.support@3pillarglobal.com"
},
"source": {
"git": "https://github.com/3pillarlabs/ios-audio-player.git",
"tag": "0.1.14"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iOSAudioPlayer/Classes/**/*",
"public_header_files": "iOSAudioPlayer/Classes/**/*.h",
"pushed_with_swift_version": "3.0"
}