blob: b2d79f598f972332e390e9b7713d0590f624f492 [file] [log] [blame]
{
"name": "CrossFadingText",
"version": "0.1",
"summary": "Cocoapod and framework to make labels, buttons, and text fields animate when their contents are changed.",
"homepage": "http://github.com/ConventionalC/ScrollFromBottomTableView",
"license": "MIT",
"authors": {
"Peter DeWeese": "peter@dewee.se"
},
"source": {
"git": "https://github.com/ConventionalC/CrossFadingText.git",
"tag": "0.1"
},
"requires_arc": true,
"ios": {
"source_files": "CrossFadingText/*.{m,h}",
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "7.1"
}
}