Fixed git source

This commit is contained in:
stojce
2013-04-25 11:16:55 +03:00
parent 46c2767482
commit 2a1abb2af9
+1 -1
View File
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "Decode and encode HTML character entities."
s.homepage = "https://github.com/Koolistov/NSString-HTML"
s.author = 'Johan Kool'
s.source = { :git => 'https://github.com/mackoj/NSString-HTML.git', :commit => 'cd36c9bb4e5bf18f42f6f986a957c10da51c83d4' }
s.source = { :git => 'https://github.com/Koolistov/NSString-HTML.git', :commit => 'cd36c9bb4e5bf18f42f6f986a957c10da51c83d4' }
s.ios.deployment_target = '4.3.5'
s.source_files = '*.{h,m}'
s.license = {