Skip to content

Commit e65e760

Browse files
committed
Updata PathCover.podspec to v0.1.2, fix #2
1 parent 2d31c03 commit e65e760

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PathCover.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "PathCover"
3-
s.version = "0.1.1"
3+
s.version = "0.1.2"
44
s.summary = "PathCover is pull down refresh and a parallax top view with real time blur effect to any UITableView, inspired by Path for iOS."
55
s.homepage = "https://github.com/JackTeam/PathCover"
66
s.license = "MIT"
77
s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" }
8-
s.source = { :git => "https://github.com/JackTeam/PathCover.git", :tag => "v0.1.1" }
8+
s.source = { :git => "https://github.com/JackTeam/PathCover.git", :tag => "v0.1.2" }
99
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'AudioToolbox', 'Accelerate', 'QuartzCore'
1010
s.platform = :ios, '5.0'
1111
s.source_files = 'PathCover'

0 commit comments

Comments
 (0)