blob: 9dcbce6928d9fc35b8138843e4ef7221520b6fa8 [file] [log] [blame]
{
"name": "YYAnimation",
"version": "1.0.0",
"summary": "动画的简单封装,采用链接式编程",
"description": "动画的简单封装,采用链接式编程,包括CABasicAnimation、CAKeyframeAnimation",
"homepage": "https://github.com/YellowStarH",
"license": "MIT",
"authors": {
"YellowStarH": "921906766@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YellowStarH/YYAnimation.git",
"tag": "1.0.0"
},
"source_files": [
"YYAnimation/YYAnimation/YYAnimation/",
"**"
],
"frameworks": "UIKit"
}