Skip to content

Commit 16f8dfa

Browse files
author
Audric Laporte
committed
Update podspec
1 parent c1a249b commit 16f8dfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UIImage+ImageEffects.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22

33
s.name = "UIImage+ImageEffects"
4-
s.version = "1.0"
4+
s.version = "0.0.1"
55
s.summary = "Apple's ImageEffects category example presented during WWDC 2013"
6-
s.homepage = "https://github.com/utcsmad/UIImage-ImageEffects"
7-
6+
s.homepage = "https://github.com/chu31g/UIImage-ImageEffects"
7+
s.author = { "Apple, Inc." => "*@apple.com"}
88
s.license = { :type => 'MIT', :file => 'LICENSE' }
99

1010
s.platform = :ios, '7.0'
1111
s.ios.deployment_target = '7.0'
1212

13-
s.source = { :git => "https://github.com/utcsmad/UIImage-ImageEffects.git" }
13+
s.source = { :git => "https://github.com/chu31g/UIImage-ImageEffects.git", :tag => '0.0.1' }
1414
s.source_files = 'UIImage+ImageEffects.{h,m}'
1515

1616
s.requires_arc = true

0 commit comments

Comments
 (0)