blob: 74c271368793f8f7281b10fe8c0e387246d58b87 [file] [log] [blame]
{
"name": "Threadly",
"version": "1.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": "v1.0.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.1.1"
}