Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkk committed Oct 7, 2016
1 parent 4518e7f commit 6abcf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Selene.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Selene"
s.version = "1.0.7"
s.version = "1.0.8"
s.summary = "Selene is a library for scheduling background tasks."
s.description = <<-DESC
Selene calculates a task's goodness to determine whether the task should be executed.
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/kirorisk"

s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/linkedin/Selene.git", :tag => "1.0.6" }
s.source = { :git => "https://github.com/linkedin/Selene.git", :tag => "1.0.8" }
s.source_files = "Selene/*.{h,m}"
s.frameworks = "Foundation", "UIKit"
s.requires_arc = true
Expand Down

0 comments on commit 6abcf84

Please sign in to comment.