File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.0.1 </string >
18+ <string >1.0.2 </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 @@ -23,15 +23,15 @@ A snappy image viewer with zoom and interactive dismissal transition.
2323To install SimpleImageViewer into your Xcode project using [ Carthage] ( https://github.com/Carthage/Carthage ) , specify it in your ` Cartfile ` :
2424
2525``` ogdl
26- github "aFrogleap/SimpleImageViewer" ~> 1.0.1
26+ github "aFrogleap/SimpleImageViewer" ~> 1.0.2
2727```
2828
2929### Cocoapods
3030
3131To install SimpleImageViewer into your Xcode project using [ CocoaPods] ( http://cocoapods.org ) , specify it in your ` Podfile ` :
3232
3333``` ruby
34- pod ' SimpleImageViewer' , ' ~> 1.0.1 '
34+ pod ' SimpleImageViewer' , ' ~> 1.0.2 '
3535```
3636
3737### 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.0.1 "
7+ s . version = "1.0.2 "
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