From 4fa1dcaabedfc534d9a115b7380c20fd7c5fe654 Mon Sep 17 00:00:00 2001 From: Ethan Kramer Date: Thu, 15 Mar 2012 14:06:04 -0400 Subject: [PATCH] Edited podspec --- .../1.0.1/SJNotificationViewController.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SJNotificationViewController/1.0.1/SJNotificationViewController.podspec b/SJNotificationViewController/1.0.1/SJNotificationViewController.podspec index 186472cc..29494d4b 100644 --- a/SJNotificationViewController/1.0.1/SJNotificationViewController.podspec +++ b/SJNotificationViewController/1.0.1/SJNotificationViewController.podspec @@ -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