blob: c934a7572012e03e08699a8007c217b1998e5f97 [file] [log] [blame]
{
"name": "SDCountDownButton",
"version": "1.0.1",
"summary": "A subclass of UIButton can countdown. customized chaningState's string or completion content",
"description": "A subclass of UIButton can countdown. customized chaningState's string or completion content. you can create it with code or xib, it's ok. because of it's subclasss of UIButton, you can do it more",
"homepage": "https://github.com/momo13014/SDCountdown",
"authors": {
"momo13014": "momo13014@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/momo13014/SDCountdown.git",
"tag": "1.0.1"
},
"source_files": "SDCountDonwButton/SDCountDownButton/*.{h,m}",
"frameworks": "UIKit"
}