blob: 94dc289bf2f1a9ed31a1aa2d1c2f9034619d920f [file] [log] [blame]
{
"name": "UserInitialsIcon",
"version": "1.0",
"summary": "This library will create initials icons based on a user/'s name, colored based on an identifier, with a specified font size and image size.",
"description": " A user/'s initials are generated by taking the first two words of his/her name and combining the first letter of each. If the user only has one word in his/her name, there will only be one letter in the initials. Text color is white, background color is chosen from one of 12 options, determined by the hash of the string. Images generated are square, but it is recommended to place them in a circular frame.\n\n",
"homepage": "https://github.com/ckguo/UserInitialsIcon",
"license": "MIT",
"authors": {
"Courtney Guo": "courtneyguo96@gmail.com"
},
"source": {
"git": "https://github.com/ckguo/UserInitialsIcon.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UserInitialsIcon": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FontAwesomeKit/Core": [
],
"HexColors": [
]
}
}