[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 9 / 5 / b / AKMaskField / 2.0.3 / AKMaskField.podspec.json
blobc7200c003043657c6bdef43169edddab89c20cb0
2   "name": "AKMaskField",
3   "version": "2.0.3",
4   "homepage": "https://github.com/artemkrachulov/AKMaskField",
5   "summary": "Enter data in the fixed quantity and in the certain format.",
6   "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.",
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": "v2.0.3"
20   },
21   "source_files": "AKMaskField/*.{swift}",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   },
25   "pushed_with_swift_version": "3.0"