Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vectordes committed Jan 14, 2022
1 parent 0eced45 commit 79437ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file modified Comma.framework/Info.plist
Binary file not shown.
5 changes: 3 additions & 2 deletions Comma.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Pod::Spec.new do |s|

s.name = 'Comma'
s.version = '1.0.4'
s.version = '1.0.5'
s.summary = 'Comma'
s.description = <<-DESC
Comma is an SDK for audio and video calls.
Expand All @@ -18,7 +18,8 @@ Pod::Spec.new do |s|
s.author = { 'develotex' => 'develotex@gmail.com' }
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.platform = :ios, '13.0'
s.swift_version = '5.0'
# s.swift_version = '5.0'
s.swift_versions = ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5','5.6','5']
s.vendored_frameworks = 'Comma.framework'

s.frameworks = 'UIKit'
Expand Down

0 comments on commit 79437ee

Please sign in to comment.