[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / b / 0 / 5 / SmileTouchID / 0.1.3 / SmileTouchID.podspec.json
blob2980c507b850696b7b97ea2ce3c89e0b89f48a07
2   "name": "SmileTouchID",
3   "version": "0.1.3",
4   "summary": "A Library for configure Touch ID & passcode conveniently",
5   "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.",
6   "homepage": "https://github.com/liu044100/SmileTouchID",
7   "screenshots": [
8     "https://raw.githubusercontent.com/liu044100/SmileTouchID/master/Example/demo_gif/demo1.gif",
9     "https://raw.githubusercontent.com/liu044100/SmileTouchID/master/Example/demo_gif/demo2.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Rain": "liu044100@gmail.com"
14   },
15   "social_media_url": "https://dribbble.com/yuchenliu",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/liu044100/SmileTouchID.git",
22     "tag": "0.1.3"
23   },
24   "source_files": "SmileAuth/Classes/*",
25   "resources": [
26     "SmileAuth/Assets/*"
27   ],
28   "public_header_files": "SmileAuth/Classes/*.h",
29   "frameworks": "UIKit",
30   "weak_frameworks": "LocalAuthentication"