blob: a3d96d20fd499fb32b69b2bd0b5998cb1288b246 [file] [log] [blame]
{
"name": "keytechkit",
"version": "0.1.12",
"license": {
"type": "Personal",
"text": "/* Copyright (C) Claus-Software, Thorsten Claus, Inc - All Rights Reserved\n* Unauthorized copying of this file, via any medium is strictly prohibited\n* Proprietary and confidential\n* Written by Thorsten Claus <thorstenclaus@web.de>, September 2013\n*/\n"
},
"homepage": "https://bitbucket.org/tclaus/keytechkit.git",
"authors": {
"Thorsten Claus": "thorstenclaus@web.de"
},
"summary": "keytech lib to access the keytech software Web-API.",
"source": {
"git": "https://bitbucket.org/tclaus/keytechkit.git",
"tag": "0.1.12"
},
"source_files": "keytechKit/Code/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"prefix_header_contents": "#import <RestKit/RestKit.h>",
"dependencies": {
"RestKit": [
"~>0.24"
],
"SSZipArchive": [
]
}
}