blob: 85131f8035687d0cc5dcf8771c196df041edb772 [file] [log] [blame]
{
"name": "TagLibIOS",
"version": "0.2.0",
"summary": "TagLibIOS is a wrapper for the TagLib Audio Meta-Data Library.",
"description": "**TagLibIOS Audio Meta-Data Library**\n\nhttp://TagLibIOS.org/\n\nTagLibIOS 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/lemonhead94/TagLibIOS",
"license": {
"type": "LGPL and MPL",
"file": "LICENSE"
},
"authors": {
"lemonhead94": "jorit.studer@gmail.com"
},
"source": {
"git": "https://github.com/lemonhead94/TagLibIOS.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TagLibIOS/**/**/*.{h,cpp,mm}",
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
"CLANG_CXX_LIBRARY": "libc++"
}
}