blob: 2a739f915efde3cfb8e8ab201c6feb4197261810 [file] [log] [blame]
{
"name": "SpringAnimation",
"version": "1.0.3",
"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.3"
},
"source_files": "Spring/**/*.swift",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": "5.0"
}