blob: a2c26dfb60b1f67518798b277b6907bc3bc3c9e7 [file] [log] [blame]
{
"name": "WTURLImageView",
"version": "1.0.0",
"summary": "UIImageView that get image using AFNetworking with various features.",
"homepage": "http://www.waterworld.com.hk",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"waterlou": "https://github.com/waterlou"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/waterlou/WTURLImageView.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"source_files": "WTURLImageView/*.{h,m}",
"dependencies": {
"AFNetworking": [
">=1.0"
],
"GVCache": [
">=1.0"
],
"WTExtension/UIImage+WTExtension": [
"1.1.0"
]
}
}