[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 4 / 9 / MKYoutubeMp3Downloader / 0.0.2 / MKYoutubeMp3Downloader.podspec.json
blob44c7f9618dec241a818d2e65d6df7a520e07fc5f
2   "name": "MKYoutubeMp3Downloader",
3   "version": "0.0.2",
4   "summary": "Download youtube videos into mp3 file",
5   "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.",
6   "homepage": "https://github.com/devMadrit/MKYoutubeMp3Downloader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Madrit Kacabumi": "madrit.kacabumi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/devMadrit/MKYoutubeMp3Downloader.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "11.2"
20   },
21   "swift_versions": "5.0",
22   "source_files": "MKYoutubeMp3Downloader/**/*",
23   "resource_bundles": {
24     "MKYoutubeToMp3DownloaderZip": [
25       "MKYoutubeMp3Downloader/Enviroment/NodejsServer/*.zip"
26     ]
27   },
28   "ios": {
29     "vendored_frameworks": "libs/NodeMobile.framework"
30   },
31   "dependencies": {
32     "Zip": [
34     ],
35     "mobile-ffmpeg-full": [
37     ]
38   },
39   "static_framework": true,
40   "swift_version": "5.0"