blob: 6f5275b617c5a865e245fa68792c51c5e3974d54 [file] [log] [blame]
{
"name": "PcgRandom",
"version": "1.0.3",
"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.0.3"
},
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"source_files": "Sources/PcgRandom/**/*.swift",
"subspecs": [
{
"name": "PcgRandomC",
"source_files": "Sources/PcgRandomC/**/*.{h,hpp,c,cpp}",
"public_header_files": "Sources/PcgRandomC/include/**/*.h"
}
]
}