blob: 3a24d4c8d2284ee7855433ccee65a353835e03e1 [file] [log] [blame]
{
"name": "GHImageCaching",
"version": "0.1.1",
"summary": "This is an extension for UIImageView to cache image with NSUrl or NSData",
"description": "This library was written as an extension to UIImageView so that it can request Image with URL or Data then Cache Image as a physically file based on the defined folder.",
"homepage": "https://github.com/georgehadly/GHImageCaching",
"license": "MIT",
"authors": {
"George Hanna Adly": "george.hanna.adly@hotmail.com"
},
"source": {
"git": "https://github.com/georgehadly/GHImageCaching.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GHImageCaching": [
"Pod/Assets/*.png"
]
}
}