blob: dd80a65da4e0308dfc297866124c4d255e7e9812 [file] [log] [blame]
{
"name": "IKBiometricAuth",
"version": "1.0.2",
"summary": "We made it easy to use the biometric authentication function.",
"homepage": "https://github.com/JakeJeong/IKBiometricAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jake Jeong": "jikturbo@gmail.com"
},
"social_media_url": "https://facebook.com/inkyu.jeong.5",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/JakeJeong/IKBiometricAuth.git",
"tag": "v1.0.2"
},
"source_files": "Source/*.{h,m}",
"weak_frameworks": "LocalAuthentication",
"requires_arc": true,
"ios": {
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.jakejeong.IKBiometricAuth"
}
}
}