File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments