blob: d29519b35587de5c6344cc1b1a7e0b2566bd6356 [file] [log] [blame]
{
"name": "SwiftSafe",
"version": "2.0.0",
"summary": "Thread synchronization made easy.",
"homepage": "https://github.com/nodes-ios/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/nodes-ios/SwiftSafe.git",
"tag": "2.0.0"
},
"source_files": "Safe/*.swift"
}