blob: e3bb148cddc1982647621a301d8c2ad0655740d0 [file] [log] [blame]
{
"name": "AlternateIcons",
"version": "0.0.2",
"summary": "An iOS utility for picking alternate app icons",
"description": "A convenience utility for managing alternate icons in iOS apps.\nProvides a helper for finding which alternate icons are available\nand to set them as app icons. Also provides a simple table view controller\nfor picking a new icon.",
"homepage": "https://github.com/zigadolar/alternate-icon-utility.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dolar, Ziga": "dolar.ziga@gmail.com"
},
"source": {
"git": "https://github.com/zigadolar/alternate-icon-utility.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.3"
},
"swift_versions": "5.0",
"ios": {
"source_files": "AlternateIcons/Classes/**/*",
"resource_bundles": {
"AlternateIcons": [
"AlternateIcons/Assets/*.xcassets",
"AlternateIcons/Assets/*.storyboard"
]
},
"frameworks": "UIKit"
},
"swift_version": "5.0"
}