blob: 22559d401864c5df5413cdaa477032bdd2125928 [file] [log] [blame]
{
"name": "NDAnimatedText",
"version": "0.0.2",
"summary": "Animate text in UIKit",
"description": "Wrote this because I wanted an animatin for \"calling\", \"calling.\", \"calling.\t\t\t\t.\", \"calling...\"",
"homepage": "https://github.com/keepingitneil/NDAnimatedText",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Neil Dwyer",
"social_media_url": "http://twitter.com/dwyer_neil",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/keepingitneil/NDAnimatedText.git",
"tag": "0.0.2"
},
"source_files": [
"NDAnimatedText/Library",
"NDAnimatedText/Library/**/*.{swift}"
],
"requires_arc": true
}