Skip to content

Commit 96fa922

Browse files
committed
Merge pull request #13 from ivoleko/CocoaPods_update_0.1
Bumping new version (0.1).
2 parents b385574 + 07a8807 commit 96fa922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ILTranslucentView.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 = 'ILTranslucentView'
3-
s.version = '0.0.1'
3+
s.version = '0.1'
44
s.license = 'MIT'
55
s.summary = 'ILTranslucentView is a little subclass of UIView that provide native iOS 7+ blur effect.'
66
s.description = 'ILTranslucentView is a little subclass of UIView that provide native iOS 7+ blur (translucent) effect. It can be used on all iOS devices in real time without any performance problems. It also supports smooth UIView animation of color, frame, alpha etc.'
77
s.author = { 'ivoleko' => 'https://github.com/ivoleko' }
8-
s.source = { :git => 'https://github.com/ivoleko/ILTranslucentView.git' , :commit => '04ab322a3b4c31fd73570c782181715a11b561f5' }
8+
s.source = { :git => 'https://github.com/ivoleko/ILTranslucentView.git' , :tag => s.version }
99
s.homepage = 'https://github.com/ivoleko/ILTranslucentView'
1010
s.platform = :ios
1111
s.source_files = 'Source'

0 commit comments

Comments
 (0)