Skip to content

Commit

Permalink
Merge pull request #31 from huri000/feature/swift-5
Browse files Browse the repository at this point in the history
🍎 Update to Swift 5
  • Loading branch information
huri000 authored Mar 28, 2019
2 parents 7d920a4 d50f64d commit 0e5f7da
Show file tree
Hide file tree
Showing 125 changed files with 3,159 additions and 3,805 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
language: objective-c
osx_image: xcode10
osx_image: xcode10.2
cache: cocoapods
podfile: Example/Podfile

Expand All @@ -11,7 11,7 @@ env:
# travis cache isn't kept between builds
before_install:
- rvm use system
- sudo gem install cocoapods -v '1.5.3'
- sudo gem install cocoapods -v '1.6.1'
- pod repo update

script:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 1,10 @@
# Change Log
Any notable changes to this project will be documented in this file.

## 3.0.0

Update to Swift 5.

## 2.1.0

Updated project swift version to 4.2 as well as run target.
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 3,8 @@ use_frameworks!
pod 'QuickLayout', :path => '../'

def testing_pods
pod 'Quick', '1.3.2'
pod 'Nimble', '7.3.1'
pod 'Quick', '2.0.0'
pod 'Nimble', '8.0.1'
end

target 'QuickLayoutiOSDemo' do
Expand Down
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 1,11 @@
PODS:
- Nimble (7.3.1)
- Quick (1.3.2)
- QuickLayout (2.1.1)
- Nimble (8.0.1)
- Quick (2.0.0)
- QuickLayout (3.0.0)

DEPENDENCIES:
- Nimble (= 7.3.1)
- Quick (= 1.3.2)
- Nimble (= 8.0.1)
- Quick (= 2.0.0)
- QuickLayout (from `../`)

SPEC REPOS:
Expand All @@ -18,10 18,10 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
Quick: 2623cb30d7a7f41ca62f684f679586558f483d46
QuickLayout: 9d1e7ce7dcb7a489860b6609ebdce3549c041b3a
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
QuickLayout: 07b45a72b10083fee3f095990cfed1c1e7b27f0a

PODFILE CHECKSUM: d720bdfc32ce7952cb312b2e34d54002821cd3be
PODFILE CHECKSUM: a75bd3f69f45e4cf9ed6700dc2ff0b8a0a868024

COCOAPODS: 1.5.3
COCOAPODS: 1.7.0.beta.3
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/QuickLayout.podspec.json

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

20 changes: 10 additions & 10 deletions Example/Pods/Manifest.lock

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

29 changes: 7 additions & 22 deletions Example/Pods/Nimble/README.md

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.

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

Loading

0 comments on commit 0e5f7da

Please sign in to comment.