[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / 5 / 8 / c / keytechkit / 0.1.13 / keytechkit.podspec.json
blobc6ac7c2b9e0aef432119289b7e45c93e4fc258d5
2   "name": "keytechkit",
3   "version": "0.1.13",
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.13"
13   },
14   "source_files": "keytechKit/Code/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "prefix_header_contents": "#import <RestKit/RestKit.h>",
21   "dependencies": {
22     "RestKit": [
23       "~>0.24"
24     ],
25     "SSZipArchive": [
27     ]
28   }