We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c22e3 commit ba8a0bdCopy full SHA for ba8a0bd
README.md
@@ -7,7 +7,13 @@
7
Swift framework for parsing, formatting and validating international phone numbers.
8
Inspired by Google's libphonenumber.
9
10
-:construction: PhoneNumberKit is currently alpha software :construction:
+### :construction: PhoneNumberKit is currently alpha software :construction:
11
+
12
+Status | Objective
13
+--- | ---
14
+:white_check_mark: | Match Google's libphonenumber accuracy by passing tests against all example numbers
15
+:x: | Faster performance. Target is at least 1000 parses < 1 seconds.
16
+:x: | Better formatter and an AsYouType formatter for UITextField
17
18
## Features
19
0 commit comments