| { |
| "name": "TagLibIOS", |
| "version": "0.2.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "module_map": "TagLibIOS/Framework/TagLibIOS.modulemap", |
| "public_header_files": [ |
| "TagLibIOS/Framework/TagLibIOS-umbrella.h", |
| "TagLibIOS/Classes/TagReader.h" |
| ], |
| "private_header_files": "TagLibIOS/Classes/taglib/**/*.h", |
| "source_files": [ |
| "TagLibIOS/Framework/TagLibIOS-umbrella.h", |
| "TagLibIOS/Classes/**/**/*.{h,cpp,mm}" |
| ], |
| "libraries": "c++", |
| "xcconfig": { |
| "CLANG_CXX_LANGUAGE_STANDARD": "gnu++14", |
| "CLANG_CXX_LIBRARY": "libc++" |
| } |
| } |