[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / b / IGIdenticon / 0.3 / IGIdenticon.podspec.json
blobd92da5eee37957b1002f3622f7a411345dbea960
2   "name": "IGIdenticon",
3   "version": "0.3",
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.png",
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.3"
21   },
22   "source_files": "IGIdenticon/*.{h,m}",
23   "frameworks": "CoreGraphics",
24   "requires_arc": true