blob: 26d3947d3de3ca86cc7444498ef1902d61e6b4e6 [file] [log] [blame]
{
"name": "Kreds",
"version": "1.0.0.alpha.1",
"license": "MIT",
"summary": "Easily generate strong typed and autocompleted properties",
"description": "Kreds is a tool to generate a Swift struct and corresponding Objective-C constants from a supplied\nplist file containing groups and properties.\n* One place for all your credentials, tokens, constants.\n* Build-time generation making it possible to generate from different plists depending on target.",
"homepage": "https://github.com/amnell/Kreds",
"authors": {
"Mathias Amnell": "mathias@apping.se"
},
"social_media_url": "https://twitter.com/amnell",
"requires_arc": true,
"source": {
"http": "https://github.com/amnell/Kreds/releases/download/v1.0.0.alpha.1/kreds-v1.0.0.alpha.1.zip"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"preserve_paths": "kreds"
}