blob: b217f6e96084210a7ed38fbef0e92acc7001511f [file] [log] [blame]
{
"name": "CountdownLabel",
"version": "1.1.2",
"summary": "Simple countdown UILabel with morphing animation, and some useful function.",
"homepage": "https://github.com/suzuki-0000/CountdownLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"suzuki_keishi": "keishi.1983@gmail.com"
},
"source": {
"git": "https://github.com/suzuki-0000/CountdownLabel.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.4"
},
"source_files": "CountdownLabel/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"LTMorphingLabel": [
"~> 0.1.1"
]
}
}