blob: 5da46a7db48b3ba93c191893b61665e0695ce798 [file] [log] [blame]
{
"name": "TRWebImage",
"version": "0.2",
"summary": "just like SBWebImage except the cache",
"description": "A longer description of TRWebImage in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://lijinchao.sinaapp.com",
"license": "MIT",
"authors": {
"ljc": "lijinchao2007@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PodRepo/TRWebImage.git",
"tag": "0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"TRCache": [
"~> 0.1"
]
}
}