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