blob: 9446bf7f5c4c6f2ec0bc2205c1e38226ddfe1c37 [file] [log] [blame]
{
"name": "CPImageView",
"version": "0.1.0",
"summary": "A small, lightweight subclass of `UIImageView` which supports async loading from URLs.",
"description": "A small, lightweight subclass of `UIImageView` which supports async loading from URLs and caching both in memory and storage.",
"homepage": "https://github.com/canpoyrazoglu/CPImageView",
"license": "MIT",
"authors": {
"Can Poyrazoğlu": "can@canpoyrazoglu.com"
},
"social_media_url": "http://twitter.com/canpoyrazoglu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/canpoyrazoglu/CPImageView.git",
"tag": "v0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}