Files
OnlineChatSdk-SwiftPM/OnlineChatSdk.podspec

13 lines
597 B
Plaintext
Raw Normal View History

2020-06-01 14:44:50 +07:00
Pod::Spec.new do |s|
2020-06-01 14:43:33 +07:00
s.name = 'OnlineChatSdk'
2020-08-15 01:47:16 +07:00
s.version = '0.0.4'
2020-06-01 14:43:33 +07:00
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.source_files = 'OnlineChatSdk/Classes/**/*'
end