Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
increment podspec version; ready v1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimon Tsinteris committed Oct 18, 2014
1 parent 16154a3 commit 9ed4047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KVOController.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'KVOController'
spec.version = '1.0.2'
spec.version = '1.0.3'
spec.license = { :type => 'BSD' }
spec.homepage = 'https://github.com/facebook/KVOController'
spec.authors = { 'Kimon Tsinteris' => '[email protected]' }
spec.summary = 'Simple, modern, thread-safe key-value observing.'
spec.source = { :git => 'https://github.com/facebook/KVOController.git', :tag => 'v1.0.2' }
spec.source = { :git => 'https://github.com/facebook/KVOController.git', :tag => 'v1.0.3' }
spec.source_files = 'FBKVOController/FBKVOController.{h,m}'
spec.requires_arc = true

Expand Down

0 comments on commit 9ed4047

Please sign in to comment.