blob: 1e15c2c2a74c61003d266f0d094f4491d3ae2898 [file] [log] [blame]
{
"name": "SMDynamicIcons",
"version": "0.1.7",
"summary": "Generate common icons that fit on any device.",
"description": "Provides dynamically generated icons that can scale to any size no matter what device or screen resolution they are on. Also, provides ability to use custom colors to suit your needs.",
"homepage": "https://github.com/seanmcneil/SMDynamicIcons",
"license": "MIT",
"authors": {
"Sean McNeil": "mcneilsean@icloud.com"
},
"source": {
"git": "https://github.com/seanmcneil/SMDynamicIcons.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SMDynamicIcons": [
"Pod/Assets/*.png"
]
}
}