blob: 59a57afc861459544343fa6ab47569661043ff31 [file] [log] [blame]
{
"name": "Configen",
"version": "2.0",
"summary": "A command line tool to auto-generate configuration file code, for use in Xcode projects.",
"description": "The configen tool is used to auto-generate configuration code from a property list. It is intended to create the kind of configuration needed for external URLs or API keys used by your app. Currently supports both Swift and Objective-C code generation.",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"homepage": "https://github.com/manishb24/ConfigGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manishb24": "Manish.Sanwal@gmail.com"
},
"source": {
"http": "https://github.com/manishb24/ConfigGenerator/releases/download/2.0/configen-2.0.zip"
},
"preserve_paths": "*"
}