[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / c / OTPGenerator / 1.0 / OTPGenerator.podspec.json
blob1522fa2cfeb0ecf3563f6ef01e6ede47be6c52a5
2   "name": "OTPGenerator",
3   "version": "1.0",
4   "summary": "Add one time passwords generation to your app.",
5   "description": "Add one time passwords generation to your app. If you are going to provide MultiFactor Authentication (MFA) to your clients this library allows you to do so easily.",
6   "homepage": "https://github.com/codewise/ios-otp-generators",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": [
12     {
13       "Marcin Zbijowski": "marcin.zbijowski@codewise.com"
14     }
15   ],
16   "source": {
17     "git": "https://github.com/codewise/ios-otp-generators.git",
18     "tag": "1.0"
19   },
20   "platforms": {
21     "ios": 8.0
22   },
23   "source_files": "OTPGenerator/OTPGenerator/*.{h,swift}",
24   "exclude_files": [
25     "OTPGeneratorExample",
26     "Screenshots"
27   ],
28   "requires_arc": true