blob: 6e222c2bdb7516f2515c5a83bc366ee1beea94fc [file] [log] [blame]
{
"name": "Threadly",
"version": "2.0.0",
"summary": "Type-safe thread-local storage in Swift.",
"homepage": "https://github.com/nvzqz/Threadly",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Nikolai Vazquez",
"social_media_url": "https://twitter.com/nikolaivazquez",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nvzqz/Threadly.git",
"tag": "v2.0.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.1.1"
}