[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 1 / c / b / ITDAvatarPlaceholder / 0.1.0 / ITDAvatarPlaceholder.podspec.json
blob66dbd04fc6064f3188763ee28e93f3ba8bdf2d07
2   "name": "ITDAvatarPlaceholder",
3   "version": "0.1.0",
4   "summary": "Library to generate an user avatar placeholder image.",
5   "description": "Generates an avatar placeholder image with first letters of the provided full user name in the center.\nA color of the background is suitable for the flat UI and computed from a hash of the provided name.",
6   "homepage": "https://github.com/itdraft/ITDAvatarPlaceholder",
7   "license": "MIT",
8   "authors": {
9     "Igor Kurylenko": "igorkurylenko@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/itdraft/ITDAvatarPlaceholder.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/igorkurylenko",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "ITDAvatarPlaceholder": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "ChameleonFramework/Swift": [
30     ]
31   }