blob: 547973bf658c29261ae371ee50a8e75fe795e4f0 [file] [log] [blame]
{
"name": "GKContactImage",
"version": "0.0.2",
"summary": "Contact avatar image like Contacts.app",
"description": " Creates an image for a given name with a given size.\n It takes the initials of a name and creates an image, like\n those you see in the iOS 7 Contacts.app\n",
"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.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}