diff --git a/Selene.podspec b/Selene.podspec index dabe429..2088b01 100644 --- a/Selene.podspec +++ b/Selene.podspec @@ -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. @@ -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