Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Husseinhj committed Feb 6, 2018
1 parent a1b1809 commit 77f5957
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions TimerHJQueue.podspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
Pod::Spec.new do |s|

s.name = "TimerHJQueue"
s.version = "1.0.3"
s.summary = "This is a simple queue with Infinite or limit length and also dequeue periodic with timer for iOS platforms Edit Add topics"
s.requires_arc = true
#s.default_subspec = 'standard'
# s.description = <<-DESC

s.homepage = "https://github.com/Husseinhj/TimerHJQueue"
s.license = 'MIT'

s.author = { "Hussein Habibi Juybari" => "hussein.juybari@gmail.com" }
# Or just: s.author = "Hussein Habibi Juybari"
# s.authors = { "Hussein Habibi Juybari" => "hussein.juybari@gmail.com" }
s.social_media_url = "http://twitter.com/Hussein Habibi Juybari"

# s.pod_target_xcconfig = { 'SWIFT_VERSION' => '1.0' }
s.source = { :git => "https://github.com/Husseinhj/TimerHJQueue.git", :tag => "v#{s.version}" }
s.source_files = 'TimerHJQueue'
s.platform = :ios
s.ios.deployment_target = '6.0'

s.name = 'TimerHJQueue'
s.version = '1.0.3'
s.summary = 'This is a simple queue with Infinite or limit length and also dequeue periodic with timer for iOS platforms.'
s.homepage = 'https://github.com/Husseinhj/TimerHJQueue'
s.author = { 'Hussein Habibi Juybari' => 'hussein.juybari@gmail.com' }
s.social_media_url = "http://twitter.com/hussein_juybari"
s.source = { :git => 'https://github.com/Husseinhj/TimerHJQueue.git', :tag => 'v#{s.version}' }
s.platform = :ios, '6.0'
s.source_files = 'TimerHJQueue'
s.requires_arc = true
end

0 comments on commit 77f5957

Please sign in to comment.