blob: ab5e38fa07ac8df1080c3bc9b8f18ceecf7e6a60 [file] [log] [blame]
{
"name": "Configen",
"version": "1.1.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"
},
"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.0"
},
"source_files": [
"Configen/*",
"Configen/CommandLineKit/*"
],
"requires_arc": true,
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}