[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 7 / 1 / KMPNativeCoroutinesCombine / 1.0.0-ALPHA-12 / KMPNativeCoroutinesCombine.podspec.json
blob9fd8881fb22a5ef3afba251ae41f60a435da44d4
2   "name": "KMPNativeCoroutinesCombine",
3   "version": "1.0.0-ALPHA-12",
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": "v1.0.0-ALPHA-12"
11   },
12   "swift_versions": [
13     "5.0"
14   ],
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.15",
18     "watchos": "6.0",
19     "tvos": "13.0"
20   },
21   "dependencies": {
22     "KMPNativeCoroutinesCore": [
23       "1.0.0-ALPHA-12"
24     ]
25   },
26   "frameworks": "Combine",
27   "source_files": "KMPNativeCoroutinesCombine/**/*.swift",
28   "swift_version": "5.0"