blob: b59e165d9b3d5c1680955635ea329ac144c05401 [file] [log] [blame]
{
"name": "CLTypingLabel",
"version": "0.1.4",
"summary": "UILabel with character by character typing animation in swift iOS/OSX",
"description": "iOS/OSX UILabel with character by character typewriter like animation",
"homepage": "https://github.com/l800891/CLTypingLabel",
"license": "MIT",
"authors": {
"Chenglin": "l800891@me.com"
},
"source": {
"git": "https://github.com/l800891/CLTypingLabel.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CLTypingLabel": [
"Pod/Assets/*.png"
]
}
}