This commit is contained in:
Andrey Blinov
2020-06-01 18:49:43 +07:00
parent 5eb28b6d26
commit 62f128b971

View File

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