blob: 81177d00d444eedc1adb92fde7b80bcbdac0c6c3 [file] [log] [blame]
{
"name": "JPSDisplayLink",
"version": "0.0.1",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "JPSDisplayLink provides an easy block interface to CADisplayLink-based animations.",
"homepage": "https://github.com/jpsim/JPSDisplayLink",
"authors": {
"JP Simard": "jp@jpsim.com"
},
"source": {
"git": "https://github.com/jpsim/JPSDisplayLink.git",
"tag": "0.0.1"
},
"description": "JPSDisplayLink provides an easy block interface to CADisplayLink-based animations. This is ideal for animating properties that dont support UIView-based animations like font size on a UILabel or UITextView.",
"source_files": "JPSDisplayLink/*.{h,m}",
"requires_arc": true
}