[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / 5 / 2 / AsyncTimeoutOperationQueue / 0.3 / AsyncTimeoutOperationQueue.podspec.json
blob1997a79de6ed76734869e1bc185c1b284ad887ac
2   "name": "AsyncTimeoutOperationQueue",
3   "version": "0.3",
4   "summary": "Async NSOperation with timeouts",
5   "description": "Async NSOperation with timeout, onTimeout and onCompletion calls",
6   "homepage": "https://github.com/severehed/AsyncTimeoutOperationQueue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "severehed",
12   "source": {
13     "git": "https://github.com/severehed/AsyncTimeoutOperationQueue.git",
14     "tag": "0.3"
15   },
16   "swift_version": "4.0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10"
20   },
21   "ios": {
22     "frameworks": "Foundation"
23   },
24   "osx": {
25     "frameworks": "Foundation"
26   },
27   "source_files": "AsyncTimeoutOperationQueue/Classes/**/*"