blob: d2f66097c030cebd77a716f81be959b8110e4236 [file] [log] [blame]
{
"name": "ConfigurationPlist",
"version": "1.0.0",
"summary": "Generate Config.plist for macOS/iOS",
"description": "ConfigurationPlist is a tool to generate Config.plist automatically.\nProperty List is a standard format in macOS/iOS, but also a bother to edit.\nConfigurationPlist can create Config.plist with merging yamls or jsons.",
"homepage": "https://github.com/417-72KI/ConfigurationPlist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"417.72KI": "417.72ki@gmail.com"
},
"social_media_url": "http://twitter.com/417_72KI",
"platforms": {
"ios": "10.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "10.0"
},
"requires_arc": true,
"source": {
"http": "https://github.com/417-72KI/ConfigurationPlist/releases/download/1.0.0/configurationPlist.zip"
},
"preserve_paths": "configurationPlist",
"deprecated_in_favor_of": "BuildConfig.swift"
}