blob: 5b87697244e205165bb5cb6bb223db555f5bd837 [file] [log] [blame]
{
"name": "TagLibSwift",
"version": "0.3.2",
"summary": "TagLibSwift is a wrapper for the TagLib Audio Meta-Data Library.",
"description": "**TagLibSwift Audio Meta-Data Library**\n\nhttp://TagLibSwift.org/\n\nTagLibSwift is a library for reading and editing the meta-data of several\npopular audio formats. Currently it supports both ID3v1 and [ID3v2](http://www.id3.org)\nfor MP3 files, [Ogg Vorbis](http://vorbis.com/) comments and ID3 tags and Vorbis comments\n in [FLAC](https://xiph.org/flac/), MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4 and ASF\n files.",
"homepage": "https://github.com/dylancom/TagLibSwift",
"license": {
"type": "LGPL and MPL",
"file": "LICENSE"
},
"authors": "dylancom",
"source": {
"git": "https://github.com/dylancom/TagLibSwift.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"module_map": "TagLibSwift/Framework/TagLibSwift.modulemap",
"public_header_files": [
"TagLibSwift/Framework/TagLibSwift-umbrella.h",
"TagLibSwift/Classes/iOSWrapper/*.h"
],
"private_header_files": "TagLibSwift/Classes/taglib/**/*.h",
"source_files": [
"TagLibSwift/Framework/TagLibSwift-umbrella.h",
"TagLibSwift/Classes/**/**/*.{h,cpp,mm}"
],
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
"CLANG_CXX_LIBRARY": "libc++"
}
}