Skip to content

Commit 5e3b99b

Browse files
committed
Update .podspec file
1 parent 8dd1d94 commit 5e3b99b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HornsAppCore.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'HornsAppCore'
3-
spec.version = '0.5.4'
4-
spec.homepage = 'https://github.com/Yesferal/HornsApp-KotlinMultiplatform'
5-
spec.source = { :git => "https://github.com/Yesferal/HornsApp-KotlinMultiplatform.git", :tag => spec.version }
3+
spec.version = '1.3.4'
4+
spec.homepage = 'https://github.com/Yesferal/HornsApp-Core'
5+
spec.source = { :git => "https://github.com/Yesferal/HornsApp-Core.git", :tag => spec.version }
66
spec.authors = { "Yesferal Cueva" => "yesferal@gmail.com" }
77
spec.license = { :type => "Apache-2.0", :file => "LICENSE" }
88
spec.summary = 'HornsApp Kotlin Multiplatform Core Library'
99
spec.static_framework = true
1010
spec.vendored_frameworks = "build/bin/xcframework/releaseFramework/#{spec.name}.xcframework"
1111
spec.libraries = "c++"
1212
spec.module_name = "#{spec.name}_core"
13-
spec.ios.deployment_target = '12.0'
13+
spec.ios.deployment_target = '15.0'
1414

1515
spec.prepare_command = "sh ./script/prepare_command.sh"
1616

0 commit comments

Comments
 (0)