blob: b54345d61cc81591c043852a5c8039b41822b57e [file] [log] [blame]
{
"name": "PcgRandom",
"version": "1.1.1",
"summary": "PCG Pseudorandom Number Generator",
"homepage": "https://github.com/paiv/swift-pcg-random",
"license": "MIT",
"authors": "Pavel Ivashkov",
"source": {
"git": "https://github.com/paiv/swift-pcg-random.git",
"tag": "1.1.1"
},
"platforms": {
"osx": "10.10",
"ios": "11.0"
},
"source_files": "Sources/PcgRandom/**/*.swift",
"subspecs": [
{
"name": "PcgRandomC",
"source_files": "Sources/PcgRandomC/**/*.{h,hpp,c,cpp}",
"public_header_files": "Sources/PcgRandomC/include/**/*.h"
}
]
}