[Add] FaceSDKNightly 6.3.2275
[CocoaPods.git] / Specs / a / d / 1 / CodeField / 0.2.0 / CodeField.podspec.json
blob70597bb8ce18b1b4b1c5d51d83c4c8efa1f23c9c
2   "name": "CodeField",
3   "version": "0.2.0",
4   "summary": "Custom UITextField to input code.",
5   "description": "CodeField is custom view extends UIView. Using CodeField you can type the code like secret codes.",
6   "homepage": "https://github.com/brownsoo/CodeField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "brownsoo": "hansune@me.com"
13   },
14   "source": {
15     "git": "https://github.com/brownsoo/CodeField.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0"
26   ],
27   "frameworks": "UIKit",
28   "swift_version": "5.0"