{
  "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"
    ]
  }
}
