File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.1 </string >
18+ <string >1.1.1 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ A snappy image viewer with zoom and interactive dismissal transition.
2424To install SimpleImageViewer into your Xcode project using [ Carthage] ( https://github.com/Carthage/Carthage ) , specify it in your ` Cartfile ` :
2525
2626``` ogdl
27- github "aFrogleap/SimpleImageViewer" ~> 1.1
27+ github "aFrogleap/SimpleImageViewer" ~> 1.1.1
2828```
2929
3030### Cocoapods
3131
3232To install SimpleImageViewer into your Xcode project using [ CocoaPods] ( http://cocoapods.org ) , specify it in your ` Podfile ` :
3333
3434``` ruby
35- pod ' SimpleImageViewer' , ' ~> 1.1'
35+ pod ' SimpleImageViewer' , ' ~> 1.1.1 '
3636```
3737
3838### Swift Package Manager
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44 s . name = "SimpleImageViewer"
55 s . summary = "A snappy image viewer with zoom and interactive dismissal transition."
66 s . requires_arc = true
7- s . version = "1.1"
7+ s . version = "1.1.1 "
88 s . license = { :type => "MIT" , :file => "LICENSE" }
99 s . author = { "Lucas" => "lucas@afrogleap.com" }
1010 s . homepage = "https://github.com/aFrogleap/SimpleImageViewer"
You can’t perform that action at this time.
0 commit comments