blob: e117d1ffa853cf7b243385ce407066826360e66e [file] [log] [blame]
{
"name": "SwiftSafe",
"version": "0.1",
"summary": "Thread synchronization made easy.",
"homepage": "https://github.com/czechboy0/SwiftSafe",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honza Dvorsky": "https://honzadvorsky.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/czechboy0/SwiftSafe.git",
"tag": "v0.1"
},
"source_files": "Safe/*.swift"
}