This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 923
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from facebook/nlutsenko.110
KVOController 1.1.0 🔑
- Loading branch information
Showing
3 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'KVOController' | ||
spec.version = '1.0.3' | ||
spec.version = '1.1.0' | ||
spec.license = { :type => 'BSD' } | ||
spec.homepage = 'https://github.com/facebook/KVOController' | ||
spec.authors = { 'Kimon Tsinteris' => '[email protected]' } | ||
|
@@ -12,10 +12,8 @@ Pod::Spec.new do |spec| | |
No exceptions on observer removal. | ||
Implicit observer removal on controller dealloc. | ||
Thread-safety with special guards against observer resurrection. | ||
Single class: FBKVOController | ||
DESC | ||
spec.source = { :git => 'https://github.com/facebook/KVOController.git', :tag => spec.version.to_s } | ||
spec.source = { :git => 'https://github.com/facebook/KVOController.git', :tag => "v#{spec.version.to_s}" } | ||
spec.source_files = 'FBKVOController/*.{h,m}' | ||
spec.requires_arc = true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters