[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / a / KMPNativeCoroutinesAsync / 0.2.0 / KMPNativeCoroutinesAsync.podspec.json
blob4ec37dc86afdae12fbb7959bafbba732d1ac2854
2   "name": "KMPNativeCoroutinesAsync",
3   "version": "0.2.0",
4   "summary": "Swift library for Kotlin Coroutines with Swift Async/Await",
5   "homepage": "https://github.com/rickclephas/KMP-NativeCoroutines",
6   "license": "MIT",
7   "authors": "Rick Clephas",
8   "source": {
9     "git": "https://github.com/rickclephas/KMP-NativeCoroutines.git",
10     "tag": "v0.2.0-swift-async-await"
11   },
12   "swift_versions": [
13     "5.5"
14   ],
15   "platforms": {
16     "ios": "15.0",
17     "osx": "12.0"
18   },
19   "dependencies": {
20     "KMPNativeCoroutinesCore": [
22     ]
23   },
24   "source_files": "KMPNativeCoroutinesAsync/**/*.swift",
25   "swift_version": "5.5"