[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 9 / AsyncNinja / 0.4.5 / AsyncNinja.podspec.json
blob8663dc882095d998022636034af74e864bcc7366
2   "name": "AsyncNinja",
3   "version": "0.4.5",
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_files": "Sources/*.swift",
19   "source": {
20     "git": "https://github.com/AsyncNinja/AsyncNinja.git",
21     "tag": "0.4.5"
22   },
23   "requires_arc": true,
24   "pushed_with_swift_version": "3.0"