blob: 340dffd62900cee3b90e1f556bd85f173727d6d4 [file] [log] [blame]
{
"name": "OutcastID3",
"version": "0.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/CrunchyBagel",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"watchos": "4.0"
},
"source_files": "OutcastID3/Classes/**/*"
}