blob: b9723b6f2fbc6af9680f92c49526d31b88a7ddc7 [file] [log] [blame]
{
"name": "acache_ios",
"version": "0.0.1",
"summary": "A easy cache module for ios.",
"description": " A longer description of acache_ios 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!\n",
"homepage": "https://github.com/huwp/acache_ios",
"license": {
"type": "BSD / Apache License, Version 2.0",
"file": "LICENCE"
},
"authors": {
"huwp": "huwp@cssweb.sh.cn"
},
"source": {
"git": "https://github.com/huwp/acache_ios.git",
"tag": "0.0.1"
},
"source_files": "ACache.*",
"exclude_files": "Classes/Exclude",
"public_header_files": "ACache.h",
"requires_arc": true
}