blob: f75270d6176b55c3bb4bf9a1883e1ed34398206c [file] [log] [blame]
{
"name": "TBCache",
"version": "0.0.1",
"summary": "A Simple Cache For Teambition(Inspired By TMCache)",
"description": " A longer description of TBCache 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/teambition/TBCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"StormXX": "liaozhaoxing@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/teambition/TBCache.git",
"tag": "0.0.1"
},
"source_files": [
"TBCache",
"TBCache/**/*.{h,m}"
],
"exclude_files": "TBCache/Exclude"
}