blob: 80c564bac94bb63311de0e6f05fe547be81e057e [file] [log] [blame]
{
"name": "UIImage+Autoresize",
"version": "0.1.0",
"summary": "Apply a naming convention to deal with multiple image sizes for iPhone devices.",
"description": "Through the categorised class `UIImage+Autoresize`, a naming convention is applied to deal with different image files:\n\n* **none** if @1x small old phones\n* **@2x** for iPhone 4\n* **-568h@2x** for iPhone 5\n* **-667h@2x** for iPhone 6\n* **@3x** for iPhone 6 Plus\n",
"homepage": "https://github.com/kevindelord/UIImage-Autoresize.git",
"license": "MIT",
"authors": {
"kevindelord": "delord.kevin@gmail.com"
},
"source": {
"git": "https://github.com/kevindelord/UIImage-Autoresize.git",
"tag": "0.1.0"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "Classes/*",
"public_header_files": "Classes/*.h"
}