rmaddy / RMPhoneFormat

RMPhoneFormat provides a simple to use class for formatting phone numbers in iOS apps. The formatting should replicate what you would see in the Contacts app for the same phone number.
266 stars 61 forks source link

Added podspec #10

Open davbeck opened 10 years ago

davbeck commented 10 years ago

With this you can support CocoaPods. The only thing a developer would need to do is add the PhoneFormats.dat to their project.

brockboland commented 10 years ago

:+1:

laynemoseley commented 10 years ago

bump

leg10nMX commented 9 years ago

Can I haz dis?

davbeck commented 9 years ago

It should be noted that back when I submitted this pull request, I attempted to submit the podspec to CocoaPods (back then anyone could, not just the owner/creator of the project). I don't recall the exact issues, but it failed their validation.

davbeck commented 9 years ago
$ pod lib lint

 -> RMPhoneFormat (0.0.1)
    - WARN  | Git sources should specify a tag.
    - WARN  |  /Users/davbeck/Documents/Development/OpenSource/RMPhoneFormat/RMPhoneFormat/RMPhoneFormat.m:621:31: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
    - WARN  |  /Users/davbeck/Documents/Development/OpenSource/RMPhoneFormat/RMPhoneFormat/RMPhoneFormat.m:864:30: warning: implicit conversion loses integer precision: 'long' to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
    - WARN  | Unable to find a license file

[!] RMPhoneFormat did not pass validation.
You can use the `--no-clean` option to inspect any issue.