Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pod spec for BDToastAlert 1.0.0 #366

Merged
merged 1 commit into from Aug 2, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions BDToastAlert/1.0.0/BDToastAlert.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'BDToastAlert'
s.version = '1.0.0'
s.license = 'BSD'
s.summary = 'Easy way to display non-obstructive messages to user without having to worry about its behavior and conflicts with other views.'
s.homepage = 'https://github.com/norsez/BDToastAlert'
s.author = { 'Norsez Orankijanan' => 'norsez@gmail.com' }
s.source = { :git => 'https://github.com/norsez/BDToastAlert.git', :tag => '1.0.0' }
s.description = 'Easy way to display non-obstructive messages to user without having to worry about its behavior and conflicts with other views.'
s.platform = :ios
s.source_files = 'Classes', 'BDToastAlert/BDToastAlert/BDToastAlert'
s.frameworks = 'QuartzCore'
s.requires_arc = true
end