blob: fd860b7d1aa36b28a4726f31c69f422ebfa44ad2 [file] [log] [blame]
{
"name": "Configen",
"version": "1.1.1",
"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",
"watchos": "2.0",
"tvos": "9.0"
},
"homepage": "https://github.com/manishb24/ConfigGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manishb24": "Manish.Sanwal@gmail.com"
},
"source": {
"git": "https://github.com/manishb24/ConfigGenerator.git",
"tag": "1.1.1"
},
"source_files": [
"Configen/*",
"Configen/CommandLineKit/*"
],
"requires_arc": true,
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}