[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 8 / c / keytechkit / 0.1.12 / keytechkit.podspec.json
bloba3d96d20fd499fb32b69b2bd0b5998cb1288b246
2   "name": "keytechkit",
3   "version": "0.1.12",
4   "license": {
5     "type": "Personal",
6     "text": "/* Copyright (C) Claus-Software, Thorsten Claus, Inc - All Rights Reserved\n* Unauthorized copying of this file, via any medium is strictly prohibited\n* Proprietary and confidential\n* Written by Thorsten Claus <thorstenclaus@web.de>, September 2013\n*/\n"
7   },
8   "homepage": "https://bitbucket.org/tclaus/keytechkit.git",
9   "authors": {
10     "Thorsten Claus": "thorstenclaus@web.de"
11   },
12   "summary": "keytech lib to access the keytech software Web-API.",
13   "source": {
14     "git": "https://bitbucket.org/tclaus/keytechkit.git",
15     "tag": "0.1.12"
16   },
17   "source_files": "keytechKit/Code/**/*.{h,m}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "prefix_header_contents": "#import <RestKit/RestKit.h>",
24   "dependencies": {
25     "RestKit": [
26       "~>0.24"
27     ],
28     "SSZipArchive": [
30     ]
31   }