blob: fc4888fb11ba0c219da90bfb392b9d5b577a529b [file] [log] [blame]
{
"name": "OutcastID3",
"version": "0.6.1",
"summary": "A simple Swift library to read ID3 tags from MP3s.",
"description": "Read and write MP3 file ID3 data. Includes support for chapters.",
"homepage": "https://github.com/CrunchyBagel/OutcastID3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crunchy Bagel": "hello@crunchybagel.com"
},
"source": {
"git": "https://github.com/CrunchyBagel/OutcastID3.git",
"tag": "0.6.1"
},
"social_media_url": "https://twitter.com/CrunchyBagel",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"watchos": "4.0",
"osx": "10.10"
},
"source_files": "OutcastID3/Classes/**/*"
}