[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 9 / AsyncNinja / 0.3.3 / AsyncNinja.podspec.json
blobc5cc008fe87563509b2babcb2ad78c09e614e2f6
2   "name": "AsyncNinja",
3   "version": "0.3.3",
4   "summary": "AsyncNinja is a concurrency library for Swift.",
5   "description": "Toolset for typesafe, threadsafe, memory leaks safe concurrency in Swift 3. Contains primitives: Future, Channel, Executor, ExecutionContext, Fallible, Cache",
6   "homepage": "http://async.ninja",
7   "license": "MIT",
8   "authors": {
9     "Anton Mironov": "antonvmironov@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/AntonMironov",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/AsyncNinja/AsyncNinja.git",
20     "tag": "0.3.3"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/*.swift"
25   ],
26   "requires_arc": true,
27   "pushed_with_swift_version": "3.0"