Skip to content

Commit

Permalink
update swift version / deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
SandissM committed Oct 20, 2023
1 parent b550b2a commit 1790ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHICore.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = 'CHICore'
s.version = '0.3.3'
s.version = '0.3.4'
s.summary = 'CHICore is a set of helpers and services for a project in CHili studio.'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '11.0'

s.homepage = 'https://github.com/chili-ios/CHICore'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Chili' => 'studio@chi.lv' }
s.source = { :git => 'https://github.com/chili-ios/CHICore.git', :tag => s.version.to_s }

s.source_files = 'CHICore/Classes/**/*.swift'
s.swift_version = '4.2'
s.swift_version = '5.0'

s.dependency 'Device'

Expand Down

0 comments on commit 1790ac8

Please sign in to comment.