blob: 3381076363856f4ebe8bd6d8845d72b22994b96d [file] [log] [blame]
{
"name": "LazyImageLoader",
"version": "0.0.1",
"summary": "Lazy Image Loader",
"description": "Lazy Image Loader is download and cache and load image",
"homepage": "http://zarinpal.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FarshidRoohi": "farshid.roohi.a@gmail.com"
},
"platforms": {
"ios": "11.3"
},
"source": {
"git": "https://github.com/farshidroohi/lazyImageLoader",
"tag": "0.0.1"
},
"source_files": "LazyImageLoader/*.{swift,h}",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}