mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-15 17:06:09 +00:00
update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user