blob: a6d80c5314260ded2a2b23fd40f6df97cdfa1358 [file] [log] [blame]
{
"name": "keytechkit",
"version": "0.2.6",
"license": "MIT",
"homepage": "https://github.com/tclaus/keytechkit",
"authors": {
"Thorsten Claus": "thorstenclaus@web.de"
},
"summary": "keytech SDK to access the keytech software WebAPI.",
"source": {
"git": "https://github.com/tclaus/keytechkit.git",
"tag": "0.2.6"
},
"source_files": "keytechKit/Code/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "9.3",
"osx": "10.9"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CoreServices",
"SystemConfiguration"
]
},
"prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #endif\n #import <RestKit/RestKit.h>",
"dependencies": {
"RestKit": [
"~>0.27"
],
"SSZipArchive": [
]
}
}