Skip to content

Commit

Permalink
version 0.1.7 - includes async testing
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Jan 9, 2013
1 parent 0aa6afa commit be07a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ A light-weight TDD / BDD framework for Objective-C & Cocoa.
Use [CocoaPods](http://github.com/CocoaPods/CocoaPods)

```ruby
dependency 'Specta', '~> 0.1.6'
dependency 'Specta', '~> 0.1.7'
# dependency 'Expecta', '~> 0.2.0' # expecta matchers
# dependency 'OCHamcrest', '~> 1.7' # hamcrest matchers
# dependency 'OCMock', '~> 2.0.1' # OCMock
Expand Down
4 changes: 2 additions & 2 deletions Specta.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Specta'
s.version = '0.1.6'
s.version = '0.1.7'
s.license = 'MIT'
s.summary = 'A light-weight TDD / BDD framework for Objective-C & Cocoa'
s.homepage = 'http://github.com/petejkim/specta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/specta.git', :tag => 'v0.1.6' }
s.source = { :git => 'http://github.com/petejkim/specta.git', :tag => 'v0.1.7' }

s.description = %{
Specta is a light-weight testing framework for Objective-C and Cocoa that
Expand Down

0 comments on commit be07a2e

Please sign in to comment.