[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 2 / d / HexString / 0.0.3 / HexString.podspec.json
blob1fc7c0ea0d1e4d7867e8bb9cca4f4761cb01304e
2   "name": "HexString",
3   "version": "0.0.3",
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": "d2e99762f54edb335ca0a0abb64c3e42a0ac5fca",
22     "tag": "0.0.3"
23   },
24   "source_files": "UIColor+HexString.swift",
25   "requires_arc": true