[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 1 / 8 / b / SyncQueue / 0.3 / SyncQueue.podspec.json
blob4adf1635346981ed6c6e76153d74b61b3cfed556
2   "name": "SyncQueue",
3   "version": "0.3",
4   "summary": "Perform async operations one at a time and in order. Thin wrapper over OperationQueue.",
5   "description": "Perform async operations one at a time and in order. Thin wrapper over OperationQueue.  Requires Swift 3.",
6   "homepage": "https://github.com/nickromano/swift-sync-queue",
7   "license": "MIT",
8   "authors": {
9     "Nick Romano": "nick.r.romano@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/nickromano/swift-sync-queue.git",
16     "tag": "0.3"
17   },
18   "source_files": "SyncQueue/**/*.{swift}",
19   "pushed_with_swift_version": "3.0"