[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 9 / 7 / Thread / 1.0.0 / Thread.podspec.json
blob3e624f2cdb548b8690d4367d390e6e0897c380de
2   "name": "Thread",
3   "version": "1.0.0",
4   "summary": "A simple wrapper on NSThread to run blocks on exactly the same thread. It’s guaranteed First-In-First-Out (FIFO).",
5   "homepage": "https://github.com/duemunk/Thread",
6   "license": "MIT",
7   "authors": {
8     "Tobias Due Munk": "tobias@developmunk.dk"
9   },
10   "platforms": {
11     "osx": "10.10",
12     "ios": "8.0",
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/duemunk/Thread.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "Source/*.swift",
20   "requires_arc": true,
21   "frameworks": "Foundation"