blob: 8e7733192c242c40530de1bb2ac7edb15961f0b0 [file] [log] [blame]
{
"name": "SJM3U8Downloader",
"version": "0.0.2",
"summary": "m3u8 downloader.",
"description": "https://github.com/changsanjiang/SJM3U8Downloader/blob/master/README.md",
"homepage": "https://github.com/changsanjiang/SJM3U8Downloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changsanjiang@gmail.com": "changsanjiang@gmail.com"
},
"source": {
"git": "https://github.com/changsanjiang/SJM3U8Downloader.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJM3U8Downloader/*.{h,m}",
"dependencies": {
"SJDownloadDataTask": [
],
"CocoaHTTPServer": [
],
"SJUIKit/SQLite3": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "SJM3U8Downloader/Core/*.{h,m}"
}
]
}