5 "homepage": "https://github.com/tclaus/keytechkit",
7 "Thorsten Claus": "thorsten.claus@claus-software.de"
9 "summary": "keytech SDK to access the keytech software WebAPI",
11 "git": "https://github.com/tclaus/keytechkit.git",
14 "source_files": "keytechKit/Code/**/*.{h,m}",
32 "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>",