- Xcode 7 or higher
- iOS 8.0 or higher
- ARC
CDLyricParser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'CDAuthorizationTool'
[CDAuthorizationTool requestCameraAuthorization:^(CDAuthorizationStatus status) {
if (status == CDAuthorizationStatusAuthorized) {
}
}];
如果你发现bug,please pull reqeust me
如果你有更好的改进,please pull reqeust me
- Author:cqz
- Email: cqz@ttsing.com
- 微信群
CDLyricParser is available under the MIT license. See the LICENSE file for more info.