Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
Updates AFImageDownloader, fixes #44.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Sep 18, 2015
1 parent a7b3491 commit 6001bb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -10,7 +10,7 @@ pod 'ReactiveCocoa'
pod 'ReactiveViewModel', tag: '0.1.2', git: 'https://github.com/ashfurrow/ReactiveViewModel.git'
pod '500px-iOS-api'
pod 'SVProgressHUD', '1.0'
pod 'AFImageDownloader', '1.0.0'
pod 'AFImageDownloader'
pod 'libextobjc'

end
Expand Down
11 changes: 4 additions & 7 deletions Podfile.lock
@@ -1,9 +1,7 @@
PODS:
- 500px-iOS-api (1.0.5)
- AFImageDownloader (1.0.0):
- Kiwi (~> 1.1.1)
- AFImageDownloader (1.1.0)
- Expecta (0.4.2)
- Kiwi (1.1.1)
- libextobjc (0.4.1):
- libextobjc/EXTADT (= 0.4.1)
- libextobjc/EXTConcreteProtocol (= 0.4.1)
Expand Down Expand Up @@ -54,7 +52,7 @@ PODS:

DEPENDENCIES:
- 500px-iOS-api
- AFImageDownloader (= 1.0.0)
- AFImageDownloader
- Expecta (~> 0.2)
- libextobjc
- OCMock (~> 2.2.2)
Expand All @@ -76,14 +74,13 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
500px-iOS-api: d9e46cb6300cef1a12964641374aa467d3cfb891
AFImageDownloader: 90fe0794cc3577ff30ca7fbbab8cf19235578aa3
AFImageDownloader: 98888db67fa2b3947b5e76f9015971eaa3cea9d5
Expecta: 78b4e8b0c8291fa4524d7f74016b6065c2e391ec
Kiwi: 4e1a4bcc164fa7c8de649fe545c6d681c01b441c
libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471
OCMock: a6a7dc0e3997fb9f35d99f72528698ebf60d64f2
ReactiveCocoa: e2db045570aa97c695e7aa97c2bcab222ae51f4a
ReactiveViewModel: 5d852269482387abd4e343cff4c05004967a0707
Specta: 15a276a6343867b426d5ed135d5aa4d04123a573
SVProgressHUD: 46088807596a795cbcb4affd92cf3f13b6ab3dda

COCOAPODS: 0.38.2
COCOAPODS: 0.39.0.beta.4

0 comments on commit 6001bb3

Please sign in to comment.