blob: 19f4fa1dcb1b0fc52546b38e89f0899884b26d8d [file] [log] [blame]
{
"name": "HKDFKit",
"version": "0.0.1",
"summary": "Simple TextSecure HKDF utility with Objective-C interface.",
"homepage": "https://github.com/FredericJacobs/HKDFKit",
"license": {
"type": "GNU GENERAL PUBLIC LICENSE V2",
"file": "LICENSE"
},
"authors": {
"Frederic Jacobs": "github@fredericjacobs.com"
},
"social_media_url": "http://twitter.com/Frederic Jacobs",
"source": {
"git": "https://github.com/FredericJacobs/HKDFKit.git",
"tag": "0.0.1"
},
"source_files": "HKDFKit/HKDFKit/*{h,m}",
"public_header_files": "HKDFKit/HKDFKit/*.h",
"requires_arc": true
}