[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 9 / AsyncNinja / 1.0.0-beta3 / AsyncNinja.podspec.json
blob5ed9d04c8439762caad7d26679cc9fcca08dcbb7
2   "name": "AsyncNinja",
3   "version": "1.0.0-beta3",
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": "1.0.0-beta3"
22   },
23   "requires_arc": true,
24   "pushed_with_swift_version": "3.0"