blob: 96046edd0031965bbd4a3be47a1918f1a18ac85d [file] [log] [blame]
{
"name": "WTURLImageView",
"version": "1.1.2",
"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.1.2"
},
"frameworks": "UIKit",
"source_files": "WTURLImageView/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"EGOCache": [
"~> 2.0"
],
"WTExtension/UIImage+WTExtension": [
">=1.2.0"
]
}
}