RMPhoneFormat icon indicating copy to clipboard operation
RMPhoneFormat copied to clipboard

Added podspec

Open davbeck opened this issue 11 years ago • 5 comments

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

davbeck avatar Dec 10 '13 18:12 davbeck

:+1:

brockboland avatar Feb 24 '14 18:02 brockboland

bump

laynemoseley avatar Jun 16 '14 22:06 laynemoseley

Can I haz dis?

leg10nMX avatar Mar 24 '15 22:03 leg10nMX

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 avatar Mar 24 '15 22:03 davbeck

$ 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.

davbeck avatar Mar 24 '15 22:03 davbeck