[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 8 / c / keytechkit / 0.2.8 / keytechkit.podspec.json
bloba6fec98c35e49569d732722296370ca069efeaee
2   "name": "keytechkit",
3   "version": "0.2.8",
4   "license": "MIT",
5   "homepage": "https://github.com/tclaus/keytechkit",
6   "authors": {
7     "Thorsten Claus": "thorsten.claus@claus-software.de"
8   },
9   "summary": "keytech SDK to access the keytech software WebAPI",
10   "source": {
11     "git": "https://github.com/tclaus/keytechkit.git",
12     "tag": "0.2.8"
13   },
14   "source_files": "keytechKit/Code/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.3",
18     "osx": "10.10"
19   },
20   "ios": {
21     "frameworks": [
22       "MobileCoreServices",
23       "SystemConfiguration"
24     ]
25   },
26   "osx": {
27     "frameworks": [
28       "CoreServices",
29       "SystemConfiguration"
30     ]
31   },
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>",
33   "dependencies": {
34     "RestKit": [
35       "~>0.27"
36     ],
37     "SSZipArchive": [
39     ]
40   }