[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / b / IGIdenticon / 0.8.0 / IGIdenticon.podspec.json
blob958532737b215285d08855a05e213e24b013e6bd
2   "name": "IGIdenticon",
3   "version": "0.8.0",
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": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/seaburg/IGIdenticon.git",
20     "tag": "0.8.0"
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"