blob: 7e295e466d6073bb326814d86fdd7484fe4a51fd [file] [log] [blame]
{
"name": "CHCountingLabel",
"version": "1.0.1",
"summary": "CHCountingLabel provides basic counting and counting depends on bezier path.",
"description": "Your counting only increase/decrease 1 progress per seconds?\nCHCountingLabel can counting value depends on bezier path.\nUse CHCountingLabel and make more fantasy effect to your app.",
"homepage": "https://blog.capslock.tw/",
"screenshots": [
"https://dl.dropboxusercontent.com/u/108987767/blog/16/easeinout_counting_1.gif",
"https://dl.dropboxusercontent.com/u/108987767/blog/16/easeinout_counting_2.gif"
],
"license": "MIT",
"authors": {
"Calvin": "calvin.peak@capslock.tw"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Calvin-Huang/CHCountingLabel.git",
"tag": "1.0.1"
},
"source_files": "CHCountingLabel/CountingLabel.swift",
"requires_arc": true,
"dependencies": {
"CHCubicBezier": [
]
}
}