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