blob: 709ea5f24a536ec0103440d30a6ff8292e11b59a [file] [log] [blame]
{
"name": "AQMBundledUser",
"version": "0.0.1",
"summary": "User token and secret key tied to each installation.",
"description": "Generate secure secret key and user token UUID for each installation.",
"homepage": "https://github.com/AQAquamarine/AQMBundledUser",
"license": "MIT",
"authors": {
"Aquamarine": "lied.der.optik@gmail.com"
},
"source": {
"git": "https://github.com/AQAquamarine/AQMBundledUser.git",
"tag": "v0.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"LUKeychainAccess": [
"~> 1.2"
],
"AQMSecureRandom": [
"0.0.2"
]
}
}