blob: 07931fcd29d31d2ecc15d3a72f15fc40ddac6525 [file] [log] [blame]
{
"name": "KMPermissionManager",
"version": "2.2.0",
"summary": "A tool help to handle permission stuff on iOS",
"description": "A simple tool help to handle permiss stuff on iOS, with unify permission status.",
"homepage": "https://github.com/sleepEarlier/KMPermissionManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jky130@qq.com": "sleepEarlier"
},
"source": {
"git": "https://github.com/sleepEarlier/KMPermissionManager.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PermissionManager/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"Photos",
"CoreLocation",
"CoreTelephony",
"Contacts",
"HealthKit"
]
}