Skip to content

Commit

Permalink
Update KalturaNetKit.podspec
Browse files Browse the repository at this point in the history
back to ios 9 and version 1.6.1
  • Loading branch information
imberezin authored May 1, 2024
1 parent ea10d64 commit f54c624
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KalturaNetKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ suffix = '.0000' # Dev mode

Pod::Spec.new do |s|
s.name = 'KalturaNetKit'
s.version = '1.7.0' + suffix
s.version = '1.6.1' + suffix
s.summary = 'NetKit: Kaltura Mobile Client Network SDK'
s.homepage = 'https://github.com/kaltura/netkit-ios'
s.license = { :type => 'AGPLv3', :text => 'AGPLv3' }
s.author = { 'Kaltura' => 'community@kaltura.com' }
s.source = { :git => 'https://github.com/kaltura/netkit-ios.git', :tag => 'v' + s.version.to_s }
s.swift_version = '5.0'

s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'

s.default_subspec = 'Core'

s.subspec 'Core' do |sp|
sp.source_files = 'NetKit/Classes/Core/**/*'
sp.dependency 'SwiftyJSON', '5.0.2'
sp.dependency 'SwiftyJSON', '5.0.0'
end

s.subspec 'Services' do |sp|
Expand Down

0 comments on commit f54c624

Please sign in to comment.