[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 6 / b / AriaM3U8Downloader / 0.0.4 / AriaM3U8Downloader.podspec.json
blobb8f4d407cc1b9acf3fc63be20c9d902e7139eac8
2   "name": "AriaM3U8Downloader",
3   "version": "0.0.4",
4   "summary": "A Swift M3U8 Downloader.",
5   "homepage": "https://github.com/moxcomic/AriaM3U8Downloader.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "moxcomic": "656469762@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/moxcomic/AriaM3U8Downloader.git",
15     "tag": "0.0.4"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "AriaM3U8Downloader/Downloader/**/*.swift",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "RxSwift": [
29     ],
30     "NSObject+Rx": [
32     ],
33     "RxDataSources": [
35     ],
36     "Alamofire": [
38     ],
39     "RxAlamofire": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "LocalServer",
46       "source_files": "AriaM3U8Downloader/LocalServer/**/*.swift",
47       "dependencies": {
48         "GCDWebServer/WebDAV": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"