diff --git a/BPStatusBarAlert.podspec b/BPStatusBarAlert.podspec index 22e121a..136a3e2 100644 --- a/BPStatusBarAlert.podspec +++ b/BPStatusBarAlert.podspec @@ -9,7 +9,7 @@ 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? @@ -17,18 +17,15 @@ Pod::Spec.new do |s| # * 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//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//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/' - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '8.3' s.source_files = 'BPStatusBarAlert/Classes/**/*'