blob: 6f9dbc7bd2a8aec4aadef88f1398272b3830314b [file] [log] [blame]
{
"name": "LongImageCache",
"version": "1.0.0",
"license": "MIT",
"summary": "An Objective-C tool for Cache",
"homepage": "https://github.com/lizilong1989/LongImageCache",
"authors": {
"zilong.li": "15131968@qq.com"
},
"source": {
"git": "https://github.com/lizilong1989/LongImageCache.git",
"tag": "1.0.0"
},
"source_files": "src/**/*.{h,m,mm}",
"public_header_files": "src/**/*.{h}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "Security",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"LongDispatch": [
"~> 1.0.1"
],
"LongRequest": [
"~> 1.0.0"
]
}
}