| { |
| "name": "TagLibIOS", |
| "version": "0.1.0", |
| "summary": "A short description of TagLib.", |
| "description": "**TagLib Audio Meta-Data Library**\n\nhttp://taglib.org/\n\nTagLib 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/TagLib", |
| "license": { |
| "type": "LGPL and MPL", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lemonhead94": "jorit.studer@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/lemonhead94/TagLib.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TagLib/Classes/**/**/*.{h,cpp,mm}", |
| "libraries": "c++", |
| "xcconfig": { |
| "CLANG_CXX_LANGUAGE_STANDARD": "gnu++14", |
| "CLANG_CXX_LIBRARY": "libc++" |
| } |
| } |