File tree Expand file tree Collapse file tree 1 file changed +10
-22
lines changed Expand file tree Collapse file tree 1 file changed +10
-22
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
-
3
- s . name = "TimerHJQueue"
4
- s . version = "1.0.3"
5
- s . summary = "This is a simple queue with Infinite or limit length and also dequeue periodic with timer for iOS platforms Edit Add topics"
6
- s . requires_arc = true
7
- #s.default_subspec = 'standard'
8
- # s.description = <<-DESC
9
-
10
- s . homepage = "https://github.com/Husseinhj/TimerHJQueue"
11
- s . license = 'MIT'
12
-
13
- s . author = { "Hussein Habibi Juybari" => "hussein.juybari@gmail.com" }
14
- # Or just: s.author = "Hussein Habibi Juybari"
15
- # s.authors = { "Hussein Habibi Juybari" => "hussein.juybari@gmail.com" }
16
- s . social_media_url = "http://twitter.com/Hussein Habibi Juybari"
17
-
18
- # s.pod_target_xcconfig = { 'SWIFT_VERSION' => '1.0' }
19
- s . source = { :git => "https://github.com/Husseinhj/TimerHJQueue.git" , :tag => "v#{ s . version } " }
20
- s . source_files = 'TimerHJQueue'
21
- s . platform = :ios
22
- s . ios . deployment_target = '6.0'
23
-
2
+ s . name = 'TimerHJQueue'
3
+ s . version = '1.0.3'
4
+ s . summary = 'This is a simple queue with Infinite or limit length and also dequeue periodic with timer for iOS platforms.'
5
+ s . homepage = 'https://github.com/Husseinhj/TimerHJQueue'
6
+ s . author = { 'Hussein Habibi Juybari' => 'hussein.juybari@gmail.com' }
7
+ s . social_media_url = "http://twitter.com/hussein_juybari"
8
+ s . source = { :git => 'https://github.com/Husseinhj/TimerHJQueue.git' , :tag => 'v#{s.version}' }
9
+ s . platform = :ios , '6.0'
10
+ s . source_files = 'TimerHJQueue'
11
+ s . requires_arc = true
24
12
end
You can’t perform that action at this time.
0 commit comments