Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tokorom committed Mar 2, 2014
1 parent 29c4c60 commit c15fd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TKRGuard.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "TKRGuard"
s.version = "1.0.0"
s.version = "1.0.2"
s.summary = "The simple test helper for asynchronous processes."
s.homepage = "https://github.com/tokorom/TKRGuard"
s.license = 'MIT'
s.author = { "tokorom" => "tokorom@gmail.com" }
s.source = { :git => "https://github.com/tokorom/TKRGuard.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/tokorom/TKRGuard.git", :tag => "1.0.2" }
s.source_files = 'TKRGuard/*'
s.framework = 'XCTest', 'SenTestingKit'
s.requires_arc = true
Expand Down

0 comments on commit c15fd29

Please sign in to comment.