11Pod ::Spec . new do |spec |
22 spec . name = 'mmkv_kotlin'
3- spec . version = '1.0 .0'
3+ spec . version = '1.1 .0'
44 spec . homepage = 'Link to the Shared Module homepage'
5- spec . source = { :git => "Not Published" , :tag => "Cocoapods/ #{ spec . name } / #{ spec . version } " }
5+ spec . source = { :http => '' }
66 spec . authors = ''
77 spec . license = ''
88 spec . summary = 'Some description for the Shared Module'
9-
10- spec . vendored_frameworks = "build/cocoapods/framework/MMKV-Kotlin.framework"
11- spec . libraries = "c++"
12- spec . module_name = "#{ spec . name } _umbrella"
13-
9+ spec . vendored_frameworks = 'build/cocoapods/framework/MMKV-Kotlin.framework'
10+ spec . libraries = 'c++'
1411 spec . ios . deployment_target = '14.1'
15-
16- spec . dependency 'MMKV' , '1.2.12'
17-
12+ spec . dependency 'MMKV' , '1.2.13'
13+
1814 spec . pod_target_xcconfig = {
1915 'KOTLIN_PROJECT_PATH' => ':mmkv-kotlin' ,
20- 'PRODUCT_MODULE_NAME' => 'mmkv_kotlin ' ,
16+ 'PRODUCT_MODULE_NAME' => 'MMKV-Kotlin ' ,
2117 }
22-
18+
2319 spec . script_phases = [
2420 {
2521 :name => 'Build mmkv_kotlin' ,
@@ -35,8 +31,9 @@ Pod::Spec.new do |spec|
3531 "$REPO_ROOT/../gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework \
3632 -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME \
3733 -Pkotlin.native.cocoapods.archs="$ARCHS" \
38- -Pkotlin.native.cocoapods.configuration=$CONFIGURATION
34+ -Pkotlin.native.cocoapods.configuration=" $CONFIGURATION"
3935 SCRIPT
4036 }
4137 ]
38+
4239end
0 commit comments