[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 7 / 1 / KMPNativeCoroutinesCombine / 0.3.0 / KMPNativeCoroutinesCombine.podspec.json
blob9fd4fbf5729d4d0c46bf3db2013245b93f88e9b5
2   "name": "KMPNativeCoroutinesCombine",
3   "version": "0.3.0",
4   "summary": "Swift library for Kotlin Coroutines with Combine",
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.3.0"
11   },
12   "swift_versions": [
13     "5.0"
14   ],
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.15"
18   },
19   "dependencies": {
20     "KMPNativeCoroutinesCore": [
22     ]
23   },
24   "frameworks": "Combine",
25   "source_files": "KMPNativeCoroutinesCombine/**/*.swift",
26   "swift_version": "5.0"