Alrighty, lets see if it works now
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SJNotificationViewController'
|
||||
s.version = '1.0.1'
|
||||
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.platform = :ios
|
||||
s.source_files = 'SJNotificationViewController{.h,.m,.xib}'
|
||||
end
|
||||
Reference in New Issue
Block a user