blob: e10dd80287717bae78cf13350c4ca23df92f8b51 [file] [log] [blame]
{
"name": "PixlHash",
"version": "0.1.0",
"summary": "Create a pixel avatar from any input string.",
"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.",
"homepage": "https://github.com/Fettn/iOS-PixlHash",
"license": "MIT",
"authors": {
"Fettn": "fettn@baerinteractive.de"
},
"source": {
"git": "https://github.com/Fettn/iOS-PixlHash.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PixlHash": [
"Pod/Assets/*.png"
]
}
}