[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / a / 5 / UIImageView-AGCInitials / 0.0.1 / UIImageView-AGCInitials.podspec.json
blob14ec957e15d42f5567d0bcb439a266095f8f426d
2   "name": "UIImageView-AGCInitials",
3   "version": "0.0.1",
4   "summary": "An UIImageView category to set initials of a contact's name as the image",
5   "description": "An UIImageView category that allows to set an image containing the initials of a contact's name on a colored background. The color of the background is the same for identical names.",
6   "homepage": "https://github.com/AndreaCipriani/UIImageView-AGCInitials",
7   "screenshots": [
8     "http://i.imgur.com/ZHagHyK.png",
9     "http://i.imgur.com/a5bBMub.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Andrea Cipriani": "andrea.g.cipriani@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/AndreaCipriani/UIImageView-AGCInitials.git",
17     "tag": "0.0.1"
18   },
19   "social_media_url": "https://twitter.com/AndreaCipriani",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "UIImageView-AGCInitials": [
27       "Pod/Assets/*.png"
28     ]
29   }