We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d31c03 commit e65e760Copy full SHA for e65e760
1 file changed
PathCover.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "PathCover"
3
- s.version = "0.1.1"
+ s.version = "0.1.2"
4
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."
5
s.homepage = "https://github.com/JackTeam/PathCover"
6
s.license = "MIT"
7
s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" }
8
- s.source = { :git => "https://github.com/JackTeam/PathCover.git", :tag => "v0.1.1" }
+ s.source = { :git => "https://github.com/JackTeam/PathCover.git", :tag => "v0.1.2" }
9
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'AudioToolbox', 'Accelerate', 'QuartzCore'
10
s.platform = :ios, '5.0'
11
s.source_files = 'PathCover'
0 commit comments