[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / 8 / RandomSequence / 1.0 / RandomSequence.podspec.json
blobc4673edc8ce0dce88a72757f94428a325918fee2
2   "name": "RandomSequence",
3   "version": "1.0",
4   "license": "zlib",
5   "summary": "A class for creating independent, repeatable pseudorandom number sequences on Mac and iOS.",
6   "homepage": "https://github.com/nicklockwood/RandomSequence",
7   "authors": "Nick Lockwood",
8   "source": {
9     "git": "https://github.com/nicklockwood/RandomSequence.git",
10     "tag": "1.0"
11   },
12   "source_files": "RandomSequence",
13   "requires_arc": false,
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.6"
17   }