Latest | 0.0.2 |
---|---|
Homepage | https://github.com/MoShenGuo/MSAPMDebugTool |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | MSAPM, SnapKit |
Frameworks | UIKit, Foundation |
Authors |
MSAPM
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
MSAPM is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'MSAPM'
Author
liuhualong, [email protected]
License
MSAPM is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MSAPMDebugTool", "version": "0.0.2", "summary": "APP performance testing debugging tools", "swift_version": "4.1", "description": "hello world!!!!", "homepage": "https://github.com/MoShenGuo/MSAPMDebugTool", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "guoxiaoliang": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/MoShenGuo/MSAPMDebugTool.git", "tag": "0.0.2" }, "source_files": "MSAPMDebugTool/*", "frameworks": [ "UIKit", "Foundation" ], "requires_arc": true, "dependencies": { "MSAPM": [], "SnapKit": [] } }
Sun, 03 Feb 2019 11:32:13 +0000