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