blob: 9b3605a229c5b91eadef8607aa5f7c49b0910201 [file] [log] [blame]
{
"name": "MTAnimatedLabel",
"version": "0.1.1",
"summary": "MTAnimatedLabel is a UILabel subclass that supports animated text similar to the iPhone/iPad lock screen.",
"homepage": "https://github.com/mturner1721/MTAnimatedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Turner": "mturner1721@icloud.com"
},
"source": {
"git": "https://github.com/mturner1721/MTAnimatedLabel.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.1"
},
"source_files": "MTAnimatedLabel/MT*.{h,m}",
"frameworks": [
"CoreText",
"QuartzCore",
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}