Skip to content

Commit

Permalink
add pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ppth0608 committed Jan 26, 2017
1 parent b343eea commit 10aa3a5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions BPStatusBarAlert.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,23 @@
Pod::Spec.new do |s|
s.name = 'BPStatusBarAlert'
s.version = '0.1.0'
s.summary = 'A short description of BPStatusBarAlert.'
s.summary = 'Very simple library that allows you to easily make StatusBar frame Alert(Notification)'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
TODO: Add long description of the pod here.
DESC

s.homepage = 'https://github.com/<GITHUB_USERNAME>/BPStatusBarAlert'
s.description = 'Very simple library that allows you to easily make StatusBar frame Alert(Notification)'
s.homepage = 'https://github.com/ppth0608/BPStatusBarAlert'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'taehyun.park' => 'taehyun.park@navercorp.com' }
s.source = { :git => 'https://github.com/<GITHUB_USERNAME>/BPStatusBarAlert.git', :tag => s.version.to_s }
s.author = { 'Ben.park' => 'ppth0608@naver.com' }
s.source = { :git => 'https://github.com/ppth0608/BPStatusBarAlert.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '8.3'

s.source_files = 'BPStatusBarAlert/Classes/**/*'

Expand Down

0 comments on commit 10aa3a5

Please sign in to comment.