blob: 478d4a8dea9230a2c0c0e8ed7b0d0d989cbfa663 [file] [log] [blame]
{
"name": "CountdownLabel",
"version": "1.0.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.0.2"
},
"platforms": {
"ios": "8.4"
},
"source_files": "CountdownLabel/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"LTMorphingLabel": [
"~> 0.1.1"
]
}
}