From be07a2e0eacee9be47bcfd94a27a31d6208de0fa Mon Sep 17 00:00:00 2001 From: Peter Jihoon Kim Date: Thu, 10 Jan 2013 02:57:00 +0800 Subject: [PATCH] version 0.1.7 - includes async testing --- README.md | 2 +- Specta.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44257af..899bd67 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Specta.podspec b/Specta.podspec index 6987ec3..c061c8c 100644 --- a/Specta.podspec +++ b/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