blob: 780beb9dd0e478d24f5c6c8049e75c4699daac9a [file] [log] [blame]
{
"name": "WWElasticTextField",
"version": "0.0.2",
"summary": "UITextField with elastic bounce effect.",
"description": "UITextField with elastic bounce effect.\nA more interactable text field\n Following the tutorial by Daniel Tavares on raywenderlich:\nhttps://www.raywenderlich.com/100939/how-to-create-an-elastic-animation-with-swift",
"homepage": "https://github.com/shuuchen/WWElasticTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shuchen": "dushuchen97@gmail.com"
},
"social_media_url": "http://twitter.com/shuchen",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shuuchen/WWElasticTextField.git",
"tag": "0.0.2"
},
"source_files": [
"WWElasticTextField",
"WWElasticTextField/**/*.{swift}"
],
"frameworks": "UIKit",
"requires_arc": true
}