blob: fa3dd70786ddd0dba36ddf83edf6f7c86eb37ece [file] [log] [blame]
{
"name": "AriaM3U8Downloader",
"version": "0.0.3",
"summary": "A Swift M3U8 Downloader.",
"homepage": "https://github.com/moxcomic/AriaM3U8Downloader.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"moxcomic": "656469762@qq.com"
},
"source": {
"git": "https://github.com/moxcomic/AriaM3U8Downloader.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "AriaM3U8Downloader/Downloader/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RxSwift": [
],
"NSObject+Rx": [
],
"RxDataSources": [
],
"Alamofire": [
],
"RxAlamofire": [
]
},
"subspecs": [
{
"name": "LocalServer",
"source_files": "AriaM3U8Downloader/LocalServer/**/*.swift",
"dependencies": {
"GCDWebServer/WebDAV": [
]
}
}
],
"swift_version": "5.0"
}