[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / 4 / OneTimeCodeView / 1.0.0 / OneTimeCodeView.podspec.json
blob2ee470fa86ebe3e8cf6e43fe2e0c7d84161cff00
2   "name": "OneTimeCodeView",
3   "version": "1.0.0",
4   "summary": "Simple iOS library written in swift, which provides a UITextField for .oneTimeCode with a great UX",
5   "description": "This is a handy replacement for UITextField which should be used with .oneTimeCode (2FA, second factor)\nAccessible from iOS 12",
6   "homepage": "https://github.com/nethergrim/OneTimeCodeView",
7   "screenshots": [
8     "https://github.com/nethergrim/OneTimeCodeView/blob/master/res/filled.png?raw=true",
9     "https://github.com/nethergrim/OneTimeCodeView/blob/master/res/empty.png?raw=true"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Andrii Drobiazko": "c2q9450@gmail.com"
14   },
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/nethergrim/OneTimeCodeView.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "OneTimeCodeView/*.{h,m,swift}",
23   "swift_versions": "4.0",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "swift_version": "4.0"