[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 5 / 8 / c / keytechkit / 0.1.14 / keytechkit.podspec.json
blob2f73a7f292e6f19615d15aade414935e6b5d3995
2   "name": "keytechkit",
3   "version": "0.1.14",
4   "license": "MIT",
5   "homepage": "https://github.com/vvanchesa/keytechkit",
6   "authors": {
7     "Thorsten Claus": "thorstenclaus@web.de"
8   },
9   "summary": "keytech SDK to access the keytech WebAPI.",
10   "source": {
11     "git": "https://github.com/vvanchesa/keytechkit.git",
12     "tag": "0.1.14"
13   },
14   "source_files": "keytechKit/Code/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
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.24"
36     ],
37     "SSZipArchive": [
39     ]
40   }