blob: 5dc80fc06680a7a9d3dce6ac5443dcdd33ebd01b [file] [log] [blame]
{
"name": "ID3TagEditor",
"version": "3.2.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": "3.2.0"
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "4.0"
},
"source_files": [
"Source",
"Source/**/*.{h,m}",
"Source/**/*.swift"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}