blob: 9af3557b8c144e5478ee7d8b7ab7a45c6cf94b38 [file] [log] [blame]
{
"name": "ALOSRPAuth",
"version": "0.1",
"license": "MIT",
"summary": "ALOSRPAuth is Obj-C implementation of Secure Remote Password protocol (SRP-6a)",
"homepage": "https://github.com/AddAloner/ALOSRPAuth",
"authors": {
"Alexey Yachmenov": "aloner.brn@gmail.com"
},
"source": {
"git": "https://github.com/AddAloner/ALOSRPAuth.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m,c}",
"requires_arc": true,
"dependencies": {
"OpenSSL": [
"~> 1.0"
]
}
}