blob: c4673edc8ce0dce88a72757f94428a325918fee2 [file] [log] [blame]
{
"name": "RandomSequence",
"version": "1.0",
"license": "zlib",
"summary": "A class for creating independent, repeatable pseudorandom number sequences on Mac and iOS.",
"homepage": "https://github.com/nicklockwood/RandomSequence",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/RandomSequence.git",
"tag": "1.0"
},
"source_files": "RandomSequence",
"requires_arc": false,
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}