[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 1 / 8 / b / SyncQueue / 0.5 / SyncQueue.podspec.json
blob5b3db6af06971e7804a7ebcfe74dc4b3e6265aaa
2   "name": "SyncQueue",
3   "version": "0.5",
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.5"
17   },
18   "source_files": "SyncQueue/**/*.{swift}",
19   "pushed_with_swift_version": "3.0"