Skip to content

Commit 31531bc

Browse files
committed
Release 2.1.0
* Update AFNetworking to 2.1.0 * Workaround for crash if centerIndex is out of bounds
1 parent 373b42b commit 31531bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

FSImageViewer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FSImageViewer"
3-
s.version = "2.0.1"
3+
s.version = "2.1.0"
44
s.summary = "FSImageViewer is a photo viewer for iOS."
55
s.homepage = "https://github.com/x2on/FSImageViewer"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818

1919
s.framework = 'Foundation', 'UIKit', 'CoreGraphics', 'QuartzCore', 'Security', 'CFNetwork'
2020

21-
s.dependency 'AFNetworking', '~> 2.0'
21+
s.dependency 'AFNetworking', '~> 2.1'
2222
s.dependency 'EGOCache', '~> 2.0'
2323

2424
end

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '6.0'
22
inhibit_all_warnings!
33

4-
pod 'AFNetworking', '~> 2.0.3'
4+
pod 'AFNetworking', '~> 2.1.0'
55
pod 'EGOCache', '~> 2.0'

0 commit comments

Comments
 (0)