blob: d03791fc7056a01e0b5fe0dcfcf2715dff25019b [file] [log] [blame]
{
"name": "JTSTweener",
"version": "0.3.0",
"summary": "A block-based tweening engine inspired by Greensock's TweenLite.",
"homepage": "https://github.com/JoshuaSullivan/JTSTweenerPod",
"license": "MIT",
"authors": {
"Joshua Sullivan": "joshuasullivan@gmail.com"
},
"source": {
"git": "https://github.com/JoshuaSullivan/JTSTweenerPod.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JTSTweener": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}