[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / b / 0 / 5 / SmileTouchID / 0.0.9 / SmileTouchID.podspec.json
blob6de6f65a1bd133c2c783fd5fa2b1003f9935fcf1
2   "name": "SmileTouchID",
3   "version": "0.0.9",
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.9"
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"