Skip to content

Commit

Permalink
Version 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n.lazarev-zubov committed Jan 19, 2018
1 parent 49038b5 commit 114c45d
Show file tree
Hide file tree
Showing 177 changed files with 4,296 additions and 8,565 deletions.
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "stephencelis/SQLite.swift"
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "stephencelis/SQLite.swift" "0.11.4"
173 changes: 114 additions & 59 deletions Documentation/Index.md

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ target 'WebimClientLibrary_Example' do
pod 'WebimClientLibrary', :path => '../'

pod 'Cosmos', :inhibit_warnings => true
pod 'CryptoSwift', :inhibit_warnings => true
pod 'SlackTextViewController', :inhibit_warnings => true
pod 'SnapKit', :inhibit_warnings => true
pod 'SQLite.swift', :inhibit_warnings => true
pod 'PopupDialog', :inhibit_warnings => true
pod 'PopupDialog', '~> 0.6.2', :inhibit_warnings => true


target 'WebimClientLibrary_Tests' do
Expand All @@ -23,7 +22,7 @@ target 'WebimClientLibrary_Example' do

post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == 'Cosmos' || target.name == 'CryptoSwift' || target.name == 'SnapKit' || target.name == 'WebimClientLibrary'
if target.name == 'Cosmos' || target.name == 'SnapKit' || target.name == 'WebimClientLibrary'
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
end
Expand Down
12 changes: 4 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
PODS:
- Cosmos (13.0.0)
- CryptoSwift (0.8.0)
- PopupDialog (0.6.2)
- SlackTextViewController (1.9.6)
- SnapKit (4.0.0)
- SQLite.swift (0.11.4):
- SQLite.swift/standard (= 0.11.4)
- SQLite.swift/standard (0.11.4)
- WebimClientLibrary (3.9.0):
- CryptoSwift
- WebimClientLibrary (3.11.0):
- SQLite.swift

DEPENDENCIES:
- Cosmos
- CryptoSwift
- PopupDialog
- PopupDialog (~> 0.6.2)
- SlackTextViewController
- SnapKit
- SQLite.swift
Expand All @@ -26,13 +23,12 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Cosmos: af3973becc045af335b64498c9812034876b7661
CryptoSwift: f81907430ebbe38b8404b4f6fb40f3c576a8755f
PopupDialog: d4336d7274a6aa3af4cb26d8b6691510eba90cc3
SlackTextViewController: b854e62c1c156336bc4fd409c6ca79b5773e8f9d
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
SQLite.swift: 3e3bee21da701b5b9f87c4a672cb54f233505692
WebimClientLibrary: 6dc8ef2307b63935c4a3911da49e9875b096ff91
WebimClientLibrary: e4d9b576740c21991be2f7ef4f4da97b8f0d2243

PODFILE CHECKSUM: 7cc1799c8a839435e5dc6273dc841db2ccc38275
PODFILE CHECKSUM: e3a75b7f79b2653db9eff306f7c9b44b8096bb12

COCOAPODS: 1.4.0.rc.1
10 changes: 0 additions & 10 deletions Example/Pods/CryptoSwift/LICENSE

This file was deleted.

Loading

0 comments on commit 114c45d

Please sign in to comment.