We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89f6b2 commit 812305fCopy full SHA for 812305f
1 file changed
TZImagePreviewController.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "TZImagePreviewController"
3
- s.version = "0.1.0"
+ s.version = "0.1.1"
4
s.summary = "Enhance the TZImagePickerController library, supports to preview photos with UIImage or NSURL."
5
s.homepage = "https://github.com/banchichen/TZImagePreviewController"
6
s.license = "MIT"
7
s.author = { "banchichen" => "tanzhenios@foxmail.com" }
8
s.platform = :ios
9
s.ios.deployment_target = "8.0"
10
- s.source = { :git => "https://github.com/banchichen/TZImagePreviewController.git", :tag => "0.1.0" }
+ s.source = { :git => "https://github.com/banchichen/TZImagePreviewController.git", :tag => "0.1.1" }
11
s.requires_arc = true
12
s.source_files = "TZImagePreviewController/TZImagePreviewController/*.{h,m}"
13
s.frameworks = "Photos"
0 commit comments