[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 7 / e / d / SZAVPlayer / 1.3.4 / SZAVPlayer.podspec.json
blobfa217d16deec62f8cc31745b8c17f7e0016598b2
2   "name": "SZAVPlayer",
3   "version": "1.3.4",
4   "summary": "Swift AVPlayer, based on AVAssetResourceLoaderDelegate, support cache.",
5   "description": "SZAVPlayer is a lightweight audio player library, based on AVPlayer, pure-Swift. Video playing will be supported later.",
6   "homepage": "https://github.com/eroscai/SZAVPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "eroscai": "csz0102@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/eroscai/SZAVPlayer.git",
16     "tag": "1.3.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "CoreServices",
26     "AVFoundation"
27   ],
28   "swift_version": "5.0"