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

Commit 9ed4047

Browse files
author
Kimon Tsinteris
committed
increment podspec version; ready v1.0.3 release
1 parent 16154a3 commit 9ed4047

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

KVOController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'KVOController'
3-
spec.version = '1.0.2'
3+
spec.version = '1.0.3'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'https://github.com/facebook/KVOController'
66
spec.authors = { 'Kimon Tsinteris' => 'kimon@mac.com' }
77
spec.summary = 'Simple, modern, thread-safe key-value observing.'
8-
spec.source = { :git => 'https://github.com/facebook/KVOController.git', :tag => 'v1.0.2' }
8+
spec.source = { :git => 'https://github.com/facebook/KVOController.git', :tag => 'v1.0.3' }
99
spec.source_files = 'FBKVOController/FBKVOController.{h,m}'
1010
spec.requires_arc = true
1111

0 commit comments

Comments
 (0)