blob: 3f498c4b74dac69b0692caa79d9e8e5fec9bfb7e [file] [log] [blame]
{
"name": "GKContactImage",
"version": "0.0.4",
"summary": "Contact avatar image like Contacts.app",
"description": "Creates an image for a given name with a given size.\nIt takes the initials of a name and creates an image, like\nthose you see in the iOS 7 Contacts.app",
"homepage": "https://github.com/gekitz/GKContactImage",
"screenshots": "https://raw.githubusercontent.com/gekitz/GKContactImage/master/Files/screen.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georg Kitz": "georgkitz@gmail.com"
},
"social_media_url": "http://twitter.com/gekitz",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gekitz/GKContactImage.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}