[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / e / GKContactImage / 0.0.4 / GKContactImage.podspec.json
blob3f498c4b74dac69b0692caa79d9e8e5fec9bfb7e
2   "name": "GKContactImage",
3   "version": "0.0.4",
4   "summary": "Contact avatar image like Contacts.app",
5   "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",
6   "homepage": "https://github.com/gekitz/GKContactImage",
7   "screenshots": "https://raw.githubusercontent.com/gekitz/GKContactImage/master/Files/screen.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Georg Kitz": "georgkitz@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/gekitz",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/gekitz/GKContactImage.git",
21     "tag": "0.0.4"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "requires_arc": true