[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 9 / 5 / 2 / KMMViewModelCore / 1.0.0-ALPHA-12 / KMMViewModelCore.podspec.json
blob8cb1037ec1c216cc76daea210a98ad7d5df91f12
2   "name": "KMMViewModelCore",
3   "version": "1.0.0-ALPHA-12",
4   "summary": "Library to share Kotlin ViewModels with Swift",
5   "homepage": "https://github.com/rickclephas/KMM-ViewModel",
6   "license": "MIT",
7   "authors": "Rick Clephas",
8   "source": {
9     "git": "https://github.com/rickclephas/KMM-ViewModel.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     "KMMViewModelCoreObjC": [
23       "1.0.0-ALPHA-12"
24     ]
25   },
26   "frameworks": "Combine",
27   "source_files": "KMMViewModelCore/**/*.swift",
28   "swift_version": "5.0"