blob: df312267dd9259903a0af9c33dc93c14193f70ac [file] [log] [blame]
{
"name": "DWTransform",
"version": "0.0.1",
"summary": "形变属性的简单使用.",
"description": "简化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.1"
},
"source_files": [
"DWTransform",
"DWTransform/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}