blob: 10c9df60ec23d5b82830fdc03b7d44d432137282 [file] [log] [blame]
{
"name": "ZZUrlImages",
"version": "1.0.1",
"summary": "Load images to UIButtons and UIImageViews from an NSURL or NSURLRequest.",
"description": "ZZURLImageButton is a UIButton that accepts URLs for any of the button states.\nZZURLImageView can be used similarly to load an image into the view.\n\nNSURLRequests can also be used when more fine-grained control is needed over the network request.",
"homepage": "https://github.com/8birds/zzurlimages",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Rick Kern": "rick@8birdsvideo.com"
},
"source": {
"git": "https://github.com/8birds/zzurlimages.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "zzurlimages/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"ZZPromises": [
"~> 1.0"
]
}
}