[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 2 / AsyncTimeoutOperationQueue / 0.5 / AsyncTimeoutOperationQueue.podspec.json
blob6803b03c727a76348c8c04a8805677dafb179331
2   "name": "AsyncTimeoutOperationQueue",
3   "version": "0.5",
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.5"
15   },
16   "swift_version": "5.0",
17   "platforms": {
18     "ios": "9.3",
19     "osx": "10.10"
20   },
21   "ios": {
22     "frameworks": "Foundation"
23   },
24   "osx": {
25     "frameworks": "Foundation"
26   },
27   "source_files": "AsyncTimeoutOperationQueue/Classes/**/*"