| { |
| "name": "ITDAvatarPlaceholder", |
| "version": "0.1.0", |
| "summary": "Library to generate an user avatar placeholder image.", |
| "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.", |
| "homepage": "https://github.com/itdraft/ITDAvatarPlaceholder", |
| "license": "MIT", |
| "authors": { |
| "Igor Kurylenko": "igorkurylenko@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/itdraft/ITDAvatarPlaceholder.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/igorkurylenko", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "ITDAvatarPlaceholder": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "ChameleonFramework/Swift": [ |
| |
| ] |
| } |
| } |