blob: fe0dc24f8843028ab1b659d97a16c74a24b2b5ab [file] [log] [blame]
{
"name": "DWTransform",
"version": "0.0.4",
"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.4"
},
"source_files": [
"DWTransform",
"DWTransform/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}