blob: 04c1b9b49f89791ab9282ecd5f756770674e6252 [file] [log] [blame]
{
"name": "PBKDF2-Wrapper",
"version": "0.1.1",
"summary": "An Objective-C interface for the PBKDF2 implementation in CommonCrypto.",
"description": "PBKDF2-Wrapper provides a very simple Objective-C interface for the CommonCrypto implementation of the PBKDF2 algorithm.",
"homepage": "https://github.com/joeymeyer/PBKDF2-Wrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joey Meyer": "jmeyer41@gmail.com"
},
"social_media_url": "http://twitter.com/joey_meyer",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/joeymeyer/PBKDF2-Wrapper.git",
"tag": "v0.1.1"
},
"source_files": "PBKDF2-Wrapper/*.{h,m}",
"requires_arc": true
}