This file contains hidden or 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
| // | |
| // SimpleObserver.swift | |
| // | |
| // Created by Chandan Karmakar on 15/10/19. | |
| // Copyright © 2019 Chandan Karmakar. All rights reserved. | |
| // | |
| import Foundation | |
| fileprivate let rTargets = NSMapTable<AnyObject, AnyObject>(keyOptions: .weakMemory, |
This file contains hidden or 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
| # force tag to another commit | |
| git tag --force v1.0 <ID-of-commit-127> | |
| # then force push | |
| git push --force --tags | |
| # pod cache clean all | |
| pod cache clean --all | |
| pod lib lint | |
| pod spec lint |
NewerOlder