[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 7 / a / 6 / HSSHexStringSupport / 0.0.1 / HSSHexStringSupport.podspec.json
blob470566f60c668e07296dd921ccaea846f883ef93
2   "name": "HSSHexStringSupport",
3   "version": "0.0.1",
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",
7   "authors": {
8     "rileynat": "rileynat@umich.edu"
9   },
10   "social_media_url": "http://twitter.com/TheNateRiley",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/rileynat/HSSHexStringSupport.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "*.{h,m}",
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true