File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments