blob: 92ef913e919e709ab4ce3b052af8e4e0c4b050e8 [file] [log] [blame]
{
"name": "eRelyOnLib",
"version": "0.1.0",
"summary": "A short description of eRelyOnLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lytios/eRelyOnLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"24290265@qq.com": "24290265@qq.com"
},
"source": {
"git": "https://github.com/lytios/eRelyOnLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "eRelyOnLib/Classes/file/**/*.{h,m,a,xml,model}",
"vendored_libraries": "eRelyOnLib/Classes/framework/libBHFaceDetector.a",
"libraries": "c++",
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited)-ObjC",
"ENABLE_BITCONDE": "NO",
"HEADER_SEARCH_PATHS": "${SDK_DIR}/usr/include/libc++"
},
"frameworks": [
"SystemConfiguration",
"CoreMotion",
"AVFoundation",
"CoreMedia"
],
"ios": {
"vendored_frameworks": [
"eRelyOnLib/Classes/framework/MGFaceIDLiveDetect.framework",
"eRelyOnLib/Classes/framework/MGFaceIDBaseKit.framework"
]
},
"resources": [
"eRelyOnLib/Assets/MGFaceIDLiveCustomDetect.bundle",
"eRelyOnLib/Assets/BHFace_Resource.bundle"
],
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"MBProgressHUD": [
],
"IQKeyboardManager": [
],
"NIMSDK": [
],
"Masonry": [
],
"eCameraLib": [
],
"MJRefresh": [
],
"MJExtension": [
]
}
}