[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 2 / d / HexString / 1.0.0 / HexString.podspec.json
blobb9f8cf4a13c7131afd2b66ac96f929cd738370f9
2   "name": "HexString",
3   "version": "1.0.0",
4   "summary": "Convert Hex String into UIColor / Written in Swift",
5   "description": "Convert hex string color into UIColor and vice versa.\nThis also validate the hex string color.\n\nAvailable formats\n#RGB\n#ARGB\n#RRGGBB\n#AARRGGBB",
6   "homepage": "https://github.com/jasonnam/HexString",
7   "screenshots": "https://raw.githubusercontent.com/jasonnam/HexString/master/SCREENSHOT.png",
8   "authors": {
9     "Jason Nam": "contact@jasonnam.com"
10   },
11   "social_media_url": "http://www.jasonnam.com",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/jasonnam/HexString.git",
21     "commit": "13455ecf88034cecc2141dc0eed5138bc6c12b97",
22     "tag": "1.0.0"
23   },
24   "source_files": "UIColor+HexString.swift",
25   "requires_arc": true,
26   "pushed_with_swift_version": "4.0"