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

Commit a1afedf

Browse files
author
Kimon Tsinteris
committed
increment podspec version; ready v1.0.2 release
1 parent 1934911 commit a1afedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.1'
3+
spec.version = '1.0.2'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'https://github.com/facebook/KVOController'
66
spec.authors = { 'Kimon Tsinteris' => '[email protected]' }
77
spec.summary = 'Simple, modern, thread-safe key-value observing.'
8-
spec.source = { :git => 'https://github.com/facebook/KVOController.git', :tag => 'v1.0.1' }
8+
spec.source = { :git => 'https://github.com/facebook/KVOController.git', :tag => 'v1.0.2' }
99
spec.source_files = 'FBKVOController/FBKVOController.{h,m}'
1010
spec.requires_arc = true
1111

0 commit comments

Comments
 (0)