blob: 224673cde797f53d6381887b5a00a1d4e6c30ed3 [file] [log] [blame]
{
"name": "GKContactImage",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}