blob: b7561704bdbd00155f939c1a147eb83b341c64d1 [file] [log] [blame]
{
"name": "Thread",
"version": "1.0.1",
"summary": "A simple wrapper on NSThread to run blocks on exactly the same thread. It’s guaranteed First-In-First-Out (FIFO).",
"homepage": "https://github.com/duemunk/Thread",
"license": "MIT",
"authors": {
"Tobias Due Munk": "tobias@developmunk.dk"
},
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/duemunk/Thread.git",
"tag": "1.0.1"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"frameworks": "Foundation"
}