blob: 7cbefcfebaa7990160886881f0c7bed6eb1f9b19 [file] [log] [blame]
{
"name": "DWTransform",
"version": "0.0.3",
"summary": "形变属性的简单使用.",
"description": "简化transform的使用方法,并添加了普通动画,可以同时为多个控件添加transform属性",
"homepage": "https://github.com/dwanghello/DWTransform",
"license": "MIT",
"authors": {
"dwanghello": "dwang.hello@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dwanghello/DWTransform.git",
"tag": "0.0.3"
},
"source_files": [
"DWTransform",
"DWTransform/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}