2 "name": "HSSHexStringSupport",
4 "summary": "UIColor categories adding support for hex strings including HTML prefixes and extra factory method colors",
5 "description": "The category for UIColor that you always wanted even if you didn't realize it. \n* You can turn any format of hex string representations of a color (0x and #) into a UIColor object.\n* You can do just the reverse if for example you want to turn your color into JSON and attatch both prefixes if you so desire.\n* This also contains support for converting a 32 bit integer and a alpha value into a UIColor object as well as seperating an UIColor object into it's components.",
6 "homepage": "https://github.com/rileynat/HSSHexStringSupport",
8 "rileynat": "rileynat@umich.edu"
10 "social_media_url": "http://twitter.com/TheNateRiley",
19 "git": "https://github.com/rileynat/HSSHexStringSupport.git",
22 "source_files": "*.{h,m}",
23 "exclude_files": "Classes/Exclude",