[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 4 / OneTimeCodeView / 1.0.1 / OneTimeCodeView.podspec.json
blobf5585543f3e839735a9a063732557179480590dd
2   "name": "OneTimeCodeView",
3   "version": "1.0.1",
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": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/nethergrim/OneTimeCodeView.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "OneTimeCodeView/*.{h,m,swift}",
23   "swift_versions": "4.0",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "swift_version": "4.0"