Skip to content

Commit

Permalink
Swift 5 update
Browse files Browse the repository at this point in the history
Swift 5 update
  • Loading branch information
Lampros Giampouras committed May 10, 2019
1 parent 6a20b83 commit ea055df
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 51 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- LazyImage (7.0.0)
- LazyImage (7.0.1)

DEPENDENCIES:
- LazyImage (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
LazyImage: dc1fd8be5b354cf202b4bedd472bd57e6bb6e1d1
LazyImage: 4db5288d8660b28e64e60c57f5b5d414af922160

PODFILE CHECKSUM: 1b525437542b575f59c00ecf81225df115a61515

Expand Down
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/LazyImage.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

86 changes: 45 additions & 41 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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.

4 changes: 2 additions & 2 deletions LazyImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'LazyImage'
s.version = '7.0.0'
s.version = '7.0.1'
s.summary = 'Simple and efficient image lazy loading for iOS written in Swift'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -43,7 +43,7 @@ Option for setting the cache image size ratio for saving images to you **needed
s.author = { 'Lampros Giampouras' => 'lamprosgiamp@gmail.com' }
s.source = { :git => 'https://github.com/lamprosg/LazyImage.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/lamprosg'
s.swift_version = '5'
s.swift_version = '5.0'

s.ios.deployment_target = '10.0'

Expand Down

0 comments on commit ea055df

Please sign in to comment.