blob: bb1b5a861922976c2dbce4c2a7f87dff628cdf57 [file] [log] [blame]
{
"name": "WTURLImageView",
"version": "2.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": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/waterlou/WTURLImageView.git",
"tag": "2.0"
},
"frameworks": "UIKit",
"source_files": "WTURLImageView/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"GVCache": [
"~> 1.0"
],
"WTExtension/UIImage+WTExtension": [
">=1.2.0"
]
}
}