blob: a6fec98c35e49569d732722296370ca069efeaee [file] [log] [blame]
{
"name": "keytechkit",
"version": "0.2.8",
"license": "MIT",
"homepage": "https://github.com/tclaus/keytechkit",
"authors": {
"Thorsten Claus": "thorsten.claus@claus-software.de"
},
"summary": "keytech SDK to access the keytech software WebAPI",
"source": {
"git": "https://github.com/tclaus/keytechkit.git",
"tag": "0.2.8"
},
"source_files": "keytechKit/Code/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"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": [
]
}
}