blob: c6ac7c2b9e0aef432119289b7e45c93e4fc258d5 [file] [log] [blame]
{
"name": "keytechkit",
"version": "0.1.13",
"license": "MIT",
"homepage": "https://github.com/vvanchesa/keytechkit",
"authors": {
"Thorsten Claus": "thorstenclaus@web.de"
},
"summary": "keytech SDK to access the keytech WebAPI.",
"source": {
"git": "https://github.com/vvanchesa/keytechkit.git",
"tag": "0.1.13"
},
"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": [
]
}
}