[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / d / AudioPlayerSwift / 1.5.1 / AudioPlayerSwift.podspec.json
blob0b9857ca0c32d63f336738223818429a95c433c3
2   "name": "AudioPlayerSwift",
3   "module_name": "AudioPlayer",
4   "version": "1.5.1",
5   "summary": "AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps.",
6   "description": "AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps. You can use it for basic audio usage (play / stop), but also for advanced usage (loop, pan, seek...)",
7   "homepage": "https://github.com/tbaranes/AudioPlayerSwift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tom Baranes": "tom.baranes@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/tbaranes/AudioPlayerSwift.git",
17     "tag": "1.5.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "osx": "10.10"
23   },
24   "requires_arc": true,
25   "source_files": "Source/*.swift",
26   "pushed_with_swift_version": "3.0"