blob: 1cb48026d312c71986fadc456fe3a4bc121d0e11 [file] [log] [blame]
{
"name": "AQMSecureRandom",
"version": "0.0.1",
"summary": "SecureRandom for iOS",
"description": "Generate secure random string or UUID.",
"homepage": "https://github.com/AQAquamarine/AQMSecureRandom",
"license": "MIT",
"authors": {
"Aquamarine": "lied.der.optik@gmail.com"
},
"source": {
"git": "https://github.com/AQAquamarine/AQMSecureRandom.git",
"tag": "v0.0.1"
},
"source_files": "SecureRandom/Classes/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}