blob: 36f063cd9daa7c3d41e0e0f4b615ee1136bb1660 [file] [log] [blame]
{
"name": "HCache",
"version": "1.2.5",
"summary": "A short description of HCache.",
"description": "A longer description of HCache 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": "https://github.com/jumperb/HCache",
"license": "Copyright",
"authors": {
"jumperb": "zhangchutian_05@163.com"
},
"source": {
"git": "https://github.com/jumperb/HCache.git",
"tag": "1.2.5"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Hodor/Defines": [
],
"Hodor/NS-Category": [
]
},
"platforms": {
"ios": "7.0"
}
}