blob: 2d5219f6296ba177ed800117d994b87df23af774 [file] [log] [blame]
{
"name": "TypeOutAnimationLabel",
"version": "0.1.0",
"summary": "An UILabel with type out animation",
"description": "An UILabel with type out animation, inspired from https://connoratherton.com/typeout",
"homepage": "https://github.com/buubui/TypeOutAnimationLabel",
"screenshots": "https://cloud.githubusercontent.com/assets/5128246/14758910/4701a984-0939-11e6-8f92-75cdd3a123b0.gif",
"license": "MIT",
"authors": {
"Buu Bui": "github.com/buubui"
},
"source": {
"git": "https://github.com/buubui/TypeOutAnimationLabel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TypeOutAnimationLabel/Classes/**/*",
"resource_bundles": {
"TypeOutAnimationLabel": [
"TypeOutAnimationLabel/Assets/*.png"
]
}
}