This commit is contained in:
bekannax
2023-07-08 00:35:44 +07:00
parent a89b13aea1
commit 0a7cb7f599
3 changed files with 73 additions and 46 deletions

View File

@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'OnlineChatSdk'
s.version = '0.0.8'
s.version = '0.1.7'
s.summary = 'A small library containing a wrapper for the WKWebView.'
s.swift_versions = '5.0'
s.homepage = 'https://github.com/bekannax/OnlineChatSdk-Swift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'bekannax' => 'bekannax@gmail.com' }
s.source = { :git => 'https://github.com/bekannax/OnlineChatSdk-Swift.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.source_files = 'OnlineChatSdk/Classes/**/*'
end