| { |
| "name": "AudioPlayerSwift", |
| "module_name": "AudioPlayer", |
| "version": "1.0.3", |
| "summary": "AudioPlayer is a simple class for playing audio in iOS, OS X and tvOS apps.", |
| "description": "AudioPlayer is a simple class for playing audio in iOS, OS X and tvOS apps. You can use it for basic audio usage (play / stop), but also for advanced usage (loop, pan, seek...)", |
| "homepage": "https://github.com/recisio/AudioPlayerSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Recisio": "tom.baranes@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/recisio/AudioPlayerSwift.git", |
| "tag": "1.0.3" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0", |
| "osx": "10.10" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/*.swift" |
| } |