Skip to content

Commit

Permalink
Change podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Husseinhj committed Oct 13, 2017
1 parent 34aeaa6 commit f81b5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TimerHJQueue.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "TimerHJQueue"
s.version = "1.0.1"
s.version = "1.0.2"
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'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
# 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 => "v1.0.1" }
s.source = { :git => "https://github.com/Husseinhj/TimerHJQueue.git", :tag => "v#{s.version}" }
s.source_files = 'TimerHJQueue/HJQueue.h'
s.platform = :ios
s.ios.deployment_target = '6.0'
Expand Down

0 comments on commit f81b5d9

Please sign in to comment.