blob: 9ca1f76cc2d8ecf68f19c696082afe9654f3ca9e [file] [log] [blame]
{
"name": "StickyLocking",
"version": "1.0.0-beta.2",
"summary": "A general purpose embedded hierarchical lock manager used to build highly concurrent applications of all types.",
"homepage": "https://github.com/stickytools/sticky-locking",
"license": "Apache License, Version 2.0",
"authors": {
"Tony Stone": "https://github.com/tonystone"
},
"source": {
"git": "https://github.com/stickytools/sticky-locking.git",
"tag": "1.0.0-beta.2"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/StickyLocking/**/*.swift"
}