blob: 249efd465191322ae611a3770a615adc42d3be0e [file] [log] [blame]
{
"name": "ID3TagEditor",
"version": "2.1.0",
"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": "2.1.0"
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "4.0"
},
"source_files": [
"Source",
"Source/**/*.{h,m}",
"Source/**/*.swift"
]
}