blob: 3e8fa4dbfbc75d74a4744264d949e60e425db497 [file] [log] [blame]
{
"name": "FlakeGen",
"version": "2.0.0",
"summary": "Flake ID Generator",
"homepage": "https://github.com/max-potapov/FlakeGen.swift",
"authors": "Maxim V. Potapov",
"license": {
"type": "Apache 2.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/max-potapov/FlakeGen.swift.git",
"tag": "2.0.0"
},
"source_files": "FlakeGen/*.{h,swift}",
"module_map": "FlakeGen/module.modulemap",
"frameworks": "Foundation",
"requires_arc": true
}