[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / c / 4 / HKDFKitSwift / 0.0.3 / HKDFKitSwift.podspec.json
blob22da8c4b0eea78a2eaf13f2607f289460067590e
2   "name": "HKDFKitSwift",
3   "version": "0.0.3",
4   "summary": "HKDFKit provides Swift implementations of HKDF",
5   "description": "HKDFKitSwift additionally supports the TextSecure v2 protocol HKDF.\nFully copied from obj-c version",
6   "homepage": "https://github.com/DarthRamone/HKDFKitSwift",
7   "license": "MIT",
8   "authors": {
9     "Alexander Moshkin": "moshkin_alexander@outlook.com"
10   },
11   "source": {
12     "git": "https://github.com/DarthRamone/HKDFKitSwift.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "9.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "IDZSwiftCommonCrypto": [
22       "~> 0.6"
23     ]
24   }