blob: 4d4ad7994c11187d45f3d9b31797eb2633e6051a [file] [log] [blame]
{
"name": "CSLazyLoadController",
"version": "1.0.0",
"summary": "CSLazyLoadController helps you intergrate lazy loading images in iOS apps.",
"homepage": "https://github.com/cloverstudio/CSLazyLoadController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clover Developers": "github@clover-studio.com",
"Josip Bernat": "josip.bernat@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/cloverstudio/CSLazyLoadController.git",
"tag": "v1.0.0"
},
"source_files": "CSLazyLoadController/CSLazyLoadController/**/*.{h,m}",
"requires_arc": true
}