Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonicek committed Sep 28, 2019
1 parent a824b23 commit 0efc66d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
24 changes: 13 additions & 11 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.2.1)
- AFNetworking/UIKit (3.2.1):
- AFNetworking/NSURLSession
- Alamofire (4.8.2)
- Alamofire (4.9.0)
- AlamofireImage (3.5.2):
- Alamofire (~> 4.8)
- ImageSlideshow (1.8.0):
Expand All @@ -32,10 +32,12 @@ PODS:
- ImageSlideshow/SDWebImage (1.8.0):
- ImageSlideshow/Core
- SDWebImage (>= 3.7)
- Kingfisher (5.5.0)
- SDWebImage (5.0.3):
- SDWebImage/Core (= 5.0.3)
- SDWebImage/Core (5.0.3)
- Kingfisher (5.8.1):
- Kingfisher/Core (= 5.8.1)
- Kingfisher/Core (5.8.1)
- SDWebImage (5.2.0):
- SDWebImage/Core (= 5.2.0)
- SDWebImage/Core (5.2.0)

DEPENDENCIES:
- ImageSlideshow (from `../`)
Expand All @@ -45,7 +47,7 @@ DEPENDENCIES:
- ImageSlideshow/SDWebImage (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- AFNetworking
- Alamofire
- AlamofireImage
Expand All @@ -58,12 +60,12 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
Alamofire: afc3e7c6db61476cb45cdd23fed06bad03bbc321
AlamofireImage: 63cfe3baf1370be6c498149687cf6db3e3b00999
ImageSlideshow: 08e097c6da54664aeddff808e68ba5c99fa73ee2
Kingfisher: 6fe5e67a90fd335e49b0f5c075ff55ac5ebedd94
SDWebImage: d4f87d7d36c8a4d9f9459dc282e0caa057fdf935
ImageSlideshow: ab1a359a10b56d76afa52598b705b2df5d525ac9
Kingfisher: de969e451c81ca6c07a454bc36fea84b8b08c3c7
SDWebImage: 609192dcf3898c910a2848032372ead951e66364

PODFILE CHECKSUM: 46015634277c8c8bfd78d1b363e41ea2dfd179d9

COCOAPODS: 1.7.0
COCOAPODS: 1.8.1
2 changes: 1 addition & 1 deletion ImageSlideshow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "ImageSlideshow"
s.version = "1.8.0"
s.version = "1.8.1"
s.summary = "Image slideshow written in Swift with circular scrolling, timer and full screen viewer"

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ ImageSlideshow is available through [CocoaPods](http://cocoapods.org). To instal
it, simply add the following line to your Podfile:

```ruby
pod 'ImageSlideshow', '~> 1.8'
pod 'ImageSlideshow', '~> 1.8.1'
```

### Carthage
To integrate ImageSlideshow into your Xcode project using Carthage, specify it in your Cartfile:

```ruby
github "zvonicek/ImageSlideshow" ~> 1.8
github "zvonicek/ImageSlideshow" ~> 1.8.1
```

Carthage does not include InputSources for external providers (due to dependency on those providers) so you need to grab the one you need from `ImageSlideshow/Classes/InputSources` manually.
Expand Down

0 comments on commit 0efc66d

Please sign in to comment.