blob: 76a4f73b1f6fcf4e2a1b6b8e0200141d36632e3a [file] [log] [blame]
{
"name": "ID3TagEditor",
"version": "3.3.1",
"summary": "A swift library to read and modify ID3 Tag of any mp3 file",
"description": "A swift library to read and modify ID3 Tag of any mp3 file.",
"homepage": "https://github.com/chicio/ID3TagEditor",
"screenshots": "https://raw.githubusercontent.com/chicio/ID3TagEditor/master/Screenshots/01-example.png",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"chicio": "fabrizio.duroni@gmail.com"
},
"social_media_url": "https://github.com/chicio",
"source": {
"git": "https://github.com/chicio/ID3TagEditor.git",
"tag": "3.3.1"
},
"platforms": {
"ios": "12.0",
"osx": "10.13",
"tvos": "12.0",
"watchos": "5.0"
},
"source_files": [
"Source",
"Source/**/*.{h,m}",
"Source/**/*.swift"
],
"swift_versions": "5.3",
"swift_version": "5.3"
}