[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / b / IGIdenticon / 0.7 / IGIdenticon.podspec.json
blob003502e6c46e68878324d3bd406063b6bd3d1cf9
2   "name": "IGIdenticon",
3   "version": "0.7",
4   "summary": "Swift identicon generator",
5   "description": "This library is a port of [identicon](https://github.com/donpark/identicon) library that generates identicon.",
6   "homepage": "https://github.com/Seaburg/IGIdenticon",
7   "screenshots": "https://raw.github.com/seaburg/IGIdenticon/master/Screenshot/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Evgeniy Yurtaev": "evgeniyyurt@gmail.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/seaburg/IGIdenticon.git",
20     "tag": "0.7"
21   },
22   "source_files": "Identicon/*.swift",
23   "frameworks": "CoreGraphics",
24   "requires_arc": true,
25   "swift_versions": [
26     "5.0",
27     "5.1",
28     "5.2",
29     "5.3"
30   ],
31   "swift_version": "5.3"