[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / e / b / d / PixlHash / 0.2.0 / PixlHash.podspec.json
blobdf1e105fd17051fa43a07f435b4f6ee8f7571f5b
2   "name": "PixlHash",
3   "version": "0.2.0",
4   "summary": "Create a pixel avatar from any input string.",
5   "description": "This library is used to convert a String into a visual representation. This representation is returned as an UIImage. It can be used as an Avatar or other form of identification.",
6   "homepage": "https://github.com/Fettn/iOS-PixlHash",
7   "license": "MIT",
8   "authors": {
9     "Fettn": "fettn@baerinteractive.de"
10   },
11   "source": {
12     "git": "https://github.com/Fettn/iOS-PixlHash.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PixlHash": [
22       "Pod/Assets/*.png"
23     ]
24   }