[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / b / 0 / 5 / SmileTouchID / 0.0.5 / SmileTouchID.podspec.json
blob88e71a173d490bf22edaf3e43da192ab2da96b53
2   "name": "SmileTouchID",
3   "version": "0.0.5",
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.\n                   2. Get elegant animation automatically and adaptive UI.\n                   3. Can customize the color,touch id icon and background image to fit your app style.\n                   4. Can customize the passcode digit to 6 or 10, or any number, automatically handle other things for you.\n                   5. Support iOS7 and later.\n",
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.0.5"
23   },
24   "source_files": "SmileAuth/Classes/*",
25   "public_header_files": "SmileAuth/Classes/*.h",
26   "resources": [
27     "SmileAuth/Assets/*"
28   ],
29   "frameworks": [
30     "UIKit",
31     "LocalAuthentication"
32   ]