blob: 688c43113cc1a9d769504a78c834c155b566c617 [file] [log] [blame]
{
"name": "KXLazyTableImage",
"version": "0.0.1",
"summary": "A small library for asychronous image dowonloading to UITableViewCell",
"homepage": "https://github.com/keroxp/KXLazyTableImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yusuke Sakurai": "kerokerokerop@gmail.com"
},
"social_media_url": "http://twitter.com/keroxp",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/keroxp/KXLazyTableImage.git",
"tag": "0.0.1"
},
"source_files": [
"KXLazyTableImage",
"KXLazyTableImage/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.0.0"
]
},
"requires_arc": false
}