[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / 9 / AsyncNinja / 0.4-beta1 / AsyncNinja.podspec.json
blobdb2ad5e5de72e3c04ba9537e72e279218b5be30d
2   "name": "AsyncNinja",
3   "version": "0.4-beta1",
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,h,m,c}",
19   "exclude_files": "Sources/**/*-spm*",
20   "source": {
21     "git": "https://github.com/AsyncNinja/AsyncNinja.git",
22     "tag": "0.4-beta1"
23   },
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"