[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 5 / b / AKMaskField / 1.0.0 / AKMaskField.podspec.json
blobcaa9d3ee54c6bd7d82964ea5fbeb0e88713d0c53
2   "name": "AKMaskField",
3   "version": "1.0.0",
4   "summary": "Enter data in the fixed quantity and in the certain format.",
5   "description": "AKMaskField is UITextField subclass which allows enter data in the fixed quantity and in the certain format (credit cards, telephone numbers, dates, etc.). You only need setup mask string and mask template string visible for the user.",
6   "homepage": "http://www.artemkrachulov.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Artem Krachulov": "artem.krachulov@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/artemkrachulov/AKMaskField.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "AKMaskField/*.{swift}",
22   "frameworks": "UIKit",
23   "requires_arc": true