[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / b / IGIdenticon / 0.4 / IGIdenticon.podspec.json
blobe5c1134b87ace5821c82182aef3d3f4886f6de9d
2   "name": "IGIdenticon",
3   "version": "0.4",
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.4"
21   },
22   "source_files": "Identicon/*.swift",
23   "frameworks": "CoreGraphics",
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"