blob: dd16dd8532d67be67aa0a2d6a67f73dad6d17b71 [file] [log] [blame]
{
"name": "MFLImageView",
"version": "0.9.0",
"summary": "An image view for downloading an image and providing re-try on failure",
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/MentallyFriendly/MFLImageView",
"social_media_url": "https://twitter.com/kylefuller",
"source": {
"git": "https://github.com/MentallyFriendly/MFLImageView.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"frameworks": "UIKit",
"source_files": "MFLImageView.{h,m}"
}