blob: 4e9e31254056f210b674137fcaef7800657b71fa [file] [log] [blame]
{
"name": "SpringAnimation",
"version": "1.0.8",
"summary": "一个简单易用的iOS链式动画扩展库 Swift",
"homepage": "https://github.com/lixiang1994/Spring",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LEE": "18611401994@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lixiang1994/Spring.git",
"tag": "1.0.8"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": [
"4.2",
"5.0"
]
}