Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Jan 24, 2012
1 parent c30b3ce commit 93f763a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Expecta.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Expecta' s.name = 'Expecta'
s.version = '0.1.2' s.version = '0.1.3'
s.license = 'MIT' s.license = 'MIT'
s.summary = 'A matcher framework for Objective-C & Cocoa' s.summary = 'A matcher framework for Objective-C & Cocoa'
s.homepage = 'http://github.com/petejkim/expecta' s.homepage = 'http://github.com/petejkim/expecta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' } s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }


s.source = { :git => 'http://github.com/petejkim/expecta.git', :tag => 'v0.1.2' } s.source = { :git => 'http://github.com/petejkim/expecta.git', :tag => 'v0.1.3' }


s.description = %{ s.description = %{
Expecta is a matcher framework for Objective-C and Cocoa. The main Expecta is a matcher framework for Objective-C and Cocoa. The main
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -31,7 +31,8 @@ expect(baz).toEqual(3.14159);
Use [CocoaPods](https://github.com/CocoaPods/CocoaPods) Use [CocoaPods](https://github.com/CocoaPods/CocoaPods)


```ruby ```ruby
dependency 'Expecta', '~> 0.1.2' dependency 'Expecta', '~> 0.1.3'
# dependency 'Specta', '~> 0.1.3' # specta bdd framework
``` ```


or or
Expand Down

0 comments on commit 93f763a

Please sign in to comment.