This commit is contained in:
Andrey Blinov
2020-06-01 18:47:41 +07:00
parent 54c944f0a9
commit 5eb28b6d26

View File

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