blob: 7bbcc644f5d645bf7dcec17457030d93a24b18cf [file] [log] [blame]
{
"name": "ios-audio-player",
"version": "0.1.1",
"summary": "iOSAudioPlayer is a Swift based iOS module that provides player control features. This module represents a wrapper over AVPlayer.",
"description": "The purpose of the framework is to provide a simple in app solution for player controls, by offering the following features: Play & pause functionality, Player items management, Notifications triggered for main player states, Notifications triggered for each media item package load, Skip a certain time interval methods, Seek to a certain offset method, Play in background and control from springboard when in sleep state",
"homepage": "http://atg.3pillarglobal.com:12000/ios-workspace/ios-audio-player.git",
"screenshots": "https://raw.githubusercontent.com/3pillarlabs/ios-audio-player/master/Screenshots/AudioPlayerDemo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"3Pillar Global": "gabriel.dusa@3pillarglobal.com"
},
"source": {
"git": "http://atg.3pillarglobal.com:12000/ios-workspace/ios-audio-player.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ios-audio-player/Classes/**/*",
"public_header_files": "ios-audio-player/Classes/**/*.h",
"pushed_with_swift_version": "3.0"
}