Skip to content

Commit

Permalink
Added support for iToast notification library
Browse files Browse the repository at this point in the history
  • Loading branch information
aliHafizji committed Aug 21, 2012
1 parent b0c750f commit 8ab9650
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions iToast/0.0.1/toast-notifications-ios.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "toast-notifications-ios"
s.version = "0.0.1"
s.summary = "We at Guru software really love toast notifications available on android OS, so we've built a similar feature for the IOS enabled devices."
s.homepage = "https://github.com/ecstasy2/toast-notifications-ios"
s.license = {
:type => 'Custom license',
:text => <<-LICENSE
Created by Diallo Mamadou Bobo on 2/10/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
LICENSE
}
s.author = 'ecstasy2'
s.source = { :git => "https://github.com/ecstasy2/toast-notifications-ios.git", :commit => "1c11ac98733c4d1c05d983d0544d5ecffa654598" }
s.platform = :ios, '4.0'
s.source_files = '*.{h,m}'
s.requires_arc = false
end

0 comments on commit 8ab9650

Please sign in to comment.