[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 5 / 0 / 8 / BiometricAuthentication / 2.1 / BiometricAuthentication.podspec.json
blob0ef16912916049f8703dd2b721c6a45e1a1417f3
2   "name": "BiometricAuthentication",
3   "version": "2.1",
4   "summary": "Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.",
5   "description": "BiometricAuthentication is very simple and easy to use that handles Touch ID and Face ID authentication based on the device.",
6   "homepage": "https://github.com/rushisangani/BiometricAuthentication",
7   "screenshots": [
8     "https://raw.githubusercontent.com/rushisangani/BiometricAuthentication/master/Images/image1.png",
9     "https://raw.githubusercontent.com/rushisangani/BiometricAuthentication/master/Images/image2.png",
10     "https://raw.githubusercontent.com/rushisangani/BiometricAuthentication/master/Images/image3.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Rushi Sangani": "rushisangani@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/rushisangani/BiometricAuthentication.git",
21     "tag": "2.1"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "BiometricAuthentication/**/*.swift",
27   "requires_arc": true,
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.2"
30   }