blob: 0b0d5ddac2bf18958a659befb8ff05bbab3c4233 [file] [log] [blame]
{
"name": "SpringAnimation",
"version": "1.0.6",
"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.6"
},
"source_files": "Spring/**/*.swift",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": [
"4.2",
"5.0"
]
}