blob: 8d7862a400c79e73383fb13cb76f386f3e23a7bd [file] [log] [blame]
{
"name": "CPCountDownLabel",
"version": "0.0.1",
"summary": "A easy count down label.",
"description": " A longer description of CPCountDownLabel 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/mingweizhang/CPCountDownLabel",
"license": "MIT ",
"authors": {
"mingweizhang": "mingweiz@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mingweizhang/CPCountDownLabel.git",
"tag": "0.0.1"
},
"source_files": [
"Class",
"Class/**/*.{h,m}"
],
"exclude_files": "CPCountDownLabel",
"frameworks": [
"Foundation",
"UIKit"
]
}