Skip to content

Commit

Permalink
Merge pull request #51 from skladek/develop
Browse files Browse the repository at this point in the history
Version 2.1.0 Release
  • Loading branch information
skladek authored Sep 17, 2018
2 parents 1aee183 + ac6d331 commit d7639f1
Show file tree
Hide file tree
Showing 144 changed files with 1,911 additions and 2,011 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ inhibit_all_warnings!

target 'SKWebServiceController' do
project 'SKWebServiceController.xcodeproj'
pod 'SwiftLint', '= 0.23.1'
pod 'SwiftLint', '= 0.27.0'
end

target 'SKWebServiceControllerTests' do
workspace 'SKWebServiceController.xcworkspace'
project 'SKWebServiceController.xcodeproj'
pod 'Nimble', '= 7.0.2'
pod 'Quick', '= 1.2.0'
pod 'Nimble', '= 7.3.0'
pod 'Quick', '= 1.3.1'
end

target 'SampleProject' do
Expand Down
29 changes: 18 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
PODS:
- Nimble (7.0.2)
- Quick (1.2.0)
- Nimble (7.3.0)
- Quick (1.3.1)
- SKTableViewDataSource (2.0.0)
- SwiftLint (0.23.1)
- SwiftLint (0.27.0)

DEPENDENCIES:
- Nimble (= 7.0.2)
- Quick (= 1.2.0)
- Nimble (= 7.3.0)
- Quick (= 1.3.1)
- SKTableViewDataSource (= 2.0.0)
- SwiftLint (= 0.23.1)
- SwiftLint (= 0.27.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Nimble
- Quick
- SKTableViewDataSource
- SwiftLint

SPEC CHECKSUMS:
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
Nimble: c8d6a1f463701921c46de965c673e13cafa09196
Quick: d17304d58d0d169dd0bd1c6e5c28e3318de32a1a
SKTableViewDataSource: 8a193bcf4ee618e6caa5979bffe7eb35edab3da8
SwiftLint: 1b670ce79284c76520f84060e87d645078fd32fa
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

PODFILE CHECKSUM: 98343c5ed84057ccc73b16fe450fe4b17a46ce32
PODFILE CHECKSUM: c74ede2cfade947420016bf4d424cb3b63f7cc19

COCOAPODS: 1.2.1
COCOAPODS: 1.5.3
29 changes: 18 additions & 11 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d7639f1

Please sign in to comment.