[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / d / 6 / b / IGIdenticon / 0.1 / IGIdenticon.podspec.json
blob8da93e8480185fb83f1bdd6c5bd4b7eb4a877150
2   "name": "IGIdenticon",
3   "version": "0.1",
4   "summary": "Objective-C 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.jpg",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Evgeniy Yurtaev": "evgeniyyurt@gmail.com"
14   },
15   "platforms": {
16     "ios": "4.0"
17   },
18   "source": {
19     "git": "https://github.com/seaburg/IGIdenticon.git",
20     "tag": "0.1"
21   },
22   "source_files": "IGIdenticon/*.{h,m}",
23   "public_header_files": "IGIdenticon/IGIdenticon.h",
24   "frameworks": "CoreGraphics",
25   "requires_arc": true