Latest | 1.0 |
---|---|
Homepage | https://github.com/BrooksWon/VCLoadTimeProfiler |
License | MIT |
Platforms | ios 8.0 |
Authors |
参考 http://satanwoo.github.io/2017/11/27/KVO-Swizzle/
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
VCLoadTimeProfiler is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'VCLoadTimeProfiler'
Author
BrooksWon, [email protected]
License
VCLoadTimeProfiler is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "VCLoadTimeProfiler", "version": "1.0", "summary": "A short description of VCLoadTimeProfiler.", "description": "TODO: Add long description of the pod here.", "homepage": "https://github.com/BrooksWon/VCLoadTimeProfiler", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "BrooksWon": "[email protected]" }, "source": { "git": "https://github.com/BrooksWon/VCLoadTimeProfiler.git", "tag": "1.0" }, "platforms": { "ios": "8.0" }, "source_files": "VCLoadTimeProfiler/Classes/**/*" }
Sun, 02 Sep 2018 15:00:07 +0000