Skip to content

Commit 812305f

Browse files
author
yuzheng.tz
committed
更新TZImagePreviewController.podspec
1 parent a89f6b2 commit 812305f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TZImagePreviewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "TZImagePreviewController"
3-
s.version = "0.1.0"
3+
s.version = "0.1.1"
44
s.summary = "Enhance the TZImagePickerController library, supports to preview photos with UIImage or NSURL."
55
s.homepage = "https://github.com/banchichen/TZImagePreviewController"
66
s.license = "MIT"
77
s.author = { "banchichen" => "tanzhenios@foxmail.com" }
88
s.platform = :ios
99
s.ios.deployment_target = "8.0"
10-
s.source = { :git => "https://github.com/banchichen/TZImagePreviewController.git", :tag => "0.1.0" }
10+
s.source = { :git => "https://github.com/banchichen/TZImagePreviewController.git", :tag => "0.1.1" }
1111
s.requires_arc = true
1212
s.source_files = "TZImagePreviewController/TZImagePreviewController/*.{h,m}"
1313
s.frameworks = "Photos"

0 commit comments

Comments
 (0)