blob: 1395839896be7d6eb96e7438f4375bd7d43ba621 [file] [log] [blame]
{
"name": "FTGLazyImageView",
"version": "1.0.0",
"summary": "A Swift lazy loading UIImageView implementation",
"homepage": "https://github.com/fertolg/FTGLazyImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fernando Toledo": "fernando@ftoledo.com"
},
"social_media_url": "http://twitter.com/ftoledo",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fertolg/FTGLazyImageView.git",
"tag": "v1.0.0",
"submodules": true
},
"source_files": [
"Source",
"Source/**/*.{h,swift}"
],
"requires_arc": true
}