CocoaPods trunk is moving to be read-only. Read more on the blog, there are 7 months to go.

CCPAuthorization 1.0.1

CCPAuthorization 1.0.1

Maintained by Brain.Chu.



  • By
  • coolboy-ccp

CCPAuthorization(iOS10.0+, swift 5.0, v 1.0.1)

iOS常用权限的申请

How to use

  1. pod 'CCPAuthorization'
  2. import "CCPAuthorization"
  3. CCPAuthorization.location.apply() 申请定位权限

目前可用权限

  • album
  • camera
  • calendar
  • contact
  • faceID //可用于判断touchID
  • locationInUse
  • locationAlays
  • net
  • notification(UNAuthorizationOptions)
  • microphone
  • reminder