blob: 2ed9869160946a9fd12e292907816ee3be50745f [file] [log] [blame]
{
"name": "SCRAM",
"version": "0.1.0",
"summary": "SCRAM-SHA-256 implementation (RFC5802 http://tools.ietf.org/html/rfc5802).",
"homepage": "https://github.com/satishbabariya/SCRAM",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Satish Babariya": "satish.babariya@gmail.com"
},
"source": {
"git": "https://github.com/satishbabariya/SCRAM.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SCRAM/Classes/**/*"
}