blob: 44c7f9618dec241a818d2e65d6df7a520e07fc5f [file] [log] [blame]
{
"name": "MKYoutubeMp3Downloader",
"version": "0.0.2",
"summary": "Download youtube videos into mp3 file",
"description": "The library will use a node js server in-mobile built in (local server).\nIt will use a node js script will download a youtube video.\nThen using a ffmpeg external swift library will convert the video in mp3.",
"homepage": "https://github.com/devMadrit/MKYoutubeMp3Downloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Madrit Kacabumi": "madrit.kacabumi@gmail.com"
},
"source": {
"git": "https://github.com/devMadrit/MKYoutubeMp3Downloader.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "11.2"
},
"swift_versions": "5.0",
"source_files": "MKYoutubeMp3Downloader/**/*",
"resource_bundles": {
"MKYoutubeToMp3DownloaderZip": [
"MKYoutubeMp3Downloader/Enviroment/NodejsServer/*.zip"
]
},
"ios": {
"vendored_frameworks": "libs/NodeMobile.framework"
},
"dependencies": {
"Zip": [
],
"mobile-ffmpeg-full": [
]
},
"static_framework": true,
"swift_version": "5.0"
}