blob: b397290625c7af622040936a0c37bfe1ebaa33af [file] [log] [blame]
{
"name": "VersionIcon",
"version": "0.9.1",
"license": "Apache License, Version 2.0",
"summary": "VersionIcon prepares iOS icon with ribbon, text and version info overlay",
"homepage": "https://github.com/DanielCech/VersionIcon",
"social_media_url": "https://twitter.com/DanielCech",
"authors": {
"Daniel Čech": "daniel.cech@gmail.com"
},
"source": {
"git": "https://github.com/DanielCech/VersionIcon.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "11.0",
"osx": "10.10",
"tvos": "11.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Bin/*",
"frameworks": "Foundation"
}
]
}