blob: 2980c507b850696b7b97ea2ce3c89e0b89f48a07 [file] [log] [blame]
{
"name": "SmileTouchID",
"version": "0.1.3",
"summary": "A Library for configure Touch ID & passcode conveniently",
"description": "1. Handle all complicated things about Touch ID & Passcode. You just need to write a few simple code to integrate Touch ID & Passcode to your app.\n2. Get elegant animation automatically and adaptive UI.\n3. Can customize the color,touch id icon and background image to fit your app style.\n4. Can customize the passcode digit to 6 or 10, or any number, automatically handle other things for you.\n5. Support iOS7 and later.",
"homepage": "https://github.com/liu044100/SmileTouchID",
"screenshots": [
"https://raw.githubusercontent.com/liu044100/SmileTouchID/master/Example/demo_gif/demo1.gif",
"https://raw.githubusercontent.com/liu044100/SmileTouchID/master/Example/demo_gif/demo2.gif"
],
"license": "MIT",
"authors": {
"Rain": "liu044100@gmail.com"
},
"social_media_url": "https://dribbble.com/yuchenliu",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/liu044100/SmileTouchID.git",
"tag": "0.1.3"
},
"source_files": "SmileAuth/Classes/*",
"resources": [
"SmileAuth/Assets/*"
],
"public_header_files": "SmileAuth/Classes/*.h",
"frameworks": "UIKit",
"weak_frameworks": "LocalAuthentication"
}