blob: 66e6e8f7bd1911e8431f675892234170065d1cdc [file] [log] [blame]
{
"name": "AQMSecureRandom",
"version": "0.0.2",
"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.2"
},
"source_files": "SecureRandom/Classes/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}