This commit is contained in:
Andrey Blinov
2020-02-11 17:15:16 +07:00
parent be08fe209d
commit 34977b30cb
4 changed files with 6 additions and 2 deletions

2
.idea/OnlineChatSdk.iml generated Normal file
View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="AppCode" type="CIDR_MODULE" version="4" />

2
Example/.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,2 @@
# Default ignored files
/workspace.xml

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.3</string>
<string>0.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OnlineChatSdk'
s.version = '0.0.3'
s.version = '0.0.2'
s.summary = 'A small library containing a wrapper for the WKWebView.'
s.swift_versions = '5.0'