Edited podspec

This commit is contained in:
Ethan Kramer
2012-03-15 14:06:04 -04:00
parent 2830c8434c
commit 4fa1dcaabe
@@ -4,8 +4,9 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.summary = 'Lightweight notifications in iOS apps'
s.author = { 'Scott Jackson' => 'scottjacksonx@gmail.com' }
s.source = { :git => 'https://ekdevdes@github.com/ekdevdes/SJNotificationViewController.git', :tag => '1.0.1' }
s.homepage = 'http://ekdevdes/SJNotificationViewController'
s.source = { :git => 'git://github.com/ekdevdes/SJNotificationViewController.git', :tag => '1.0.1' }
s.homepage = 'http://github.com/ekdevdes/SJNotificationViewController'
s.framework = 'QuartzCore'
s.platform = :ios
s.source_files = 'SJNotificationViewController{.h,.m,.xib}'
end