Skip to content

Commit

Permalink
change podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu0620 committed Apr 24, 2015
1 parent 2db1059 commit eed08b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Timecop.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Timecop"
s.version = "0.0.6"
s.version = "0.0.61"
s.summary = "A Library providing 'time travel', 'time freezing', and 'time acceleration' capabilities, making it simple to test time-dependent code."
s.homepage = "https://github.com/kazu0620/ios-timecop"
s.license = "MIT"
s.author = { "Kazuhiro Sakamoto" => "[email protected]" }
s.source = { :git => "https://github.com/kazu0620/ios-timecop.git", :tag => "0.0.6" }
s.source = { :git => "https://github.com/kazu0620/ios-timecop.git", :tag => "0.0.61" }
s.platform = :ios, '6.0'
s.source_files = "Classes", "Classes/**/*.{h,m}"
s.requires_arc = true
Expand Down

0 comments on commit eed08b8

Please sign in to comment.