blob: 2a9666949cc3dd3243c5708c927c2bd092ec0c20 [file] [log] [blame]
{
"name": "AXCountingLabel",
"version": "0.1.0",
"summary": "A label shows counting time.",
"description": "A label shows counting time on iOS platform.",
"homepage": "https://github.com/devedbox/AXCountingLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXCountingLabel.git",
"tag": "0.1.0"
},
"source_files": "AXCountingLabel/AXCountingLabel/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AXCGPathFromString": [
]
}
}