blob: 007577f3cb12f840caf969a6a65b55e53ceabd62 [file] [log] [blame]
{
"name": "HKDFKit",
"version": "0.0.3",
"summary": "HKDFKit provides Objective-C implementations of HKDF.",
"description": " HKDFKit additionally supports the TextSecure v2 protocol HKDF.\n",
"homepage": "https://github.com/FredericJacobs/HKDFKit",
"license": {
"type": "GNU GENERAL PUBLIC LICENSE V2",
"file": "LICENSE"
},
"authors": {
"Frederic Jacobs": "github@fredericjacobs.com"
},
"social_media_url": "https://twitter.com/FredericJacobs",
"source": {
"git": "https://github.com/FredericJacobs/HKDFKit.git",
"tag": "0.0.3"
},
"source_files": "HKDFKit/HKDFKit/*{h,m}",
"public_header_files": "HKDFKit/HKDFKit/*.h",
"requires_arc": true
}