blob: 61acc9762367da90edc8864d4ee6f32f78538370 [file] [log] [blame]
{
"name": "DWUNlock",
"version": "0.0.2",
"summary": "iOS端手势与指纹解锁.",
"description": "- 一款用于iOS开发中的手势与指纹解锁的库",
"homepage": "https://github.com/dwanghello/DWUNlock",
"license": "MIT",
"authors": {
"dwanghell": "dwang.hello@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dwanghello/DWUNlock.git",
"tag": "0.0.2"
},
"source_files": [
"DWUNlock",
"DWUNlock/**/*.{h,m}"
],
"resources": "DWUNlock/Resources.bundle/*.png",
"frameworks": [
"Foundation",
"UIKit",
"LocalAuthentication",
"QuartzCore"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}