[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 1 / 5 / 2 / AsyncTimeoutOperationQueue / 0.4 / AsyncTimeoutOperationQueue.podspec.json
blob14d669652dfd3b1d0871387ab6350d333a3b0453
2   "name": "AsyncTimeoutOperationQueue",
3   "version": "0.4",
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.4"
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/**/*"