blob: 299744eb10598bc1bae4c24bf46420a8ee1bc4e9 [file] [log] [blame]
{
"name": "AnimationDemo",
"version": "0.0.1",
"summary": "iOS常见动画效果",
"description": "组件化过程中的一个测试动画效果的常见库",
"homepage": "https://github.com/WangMengJiaoGit/AnimationDemo",
"license": "MIT",
"authors": {
"wangmengjiao": "Wmjhenu_IT@163.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/WangMengJiaoGit/AnimationDemo.git",
"tag": "0.0.1"
},
"source_files": [
"AnimationDemo",
"AnimationDemo/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"XCTest",
"Foundation"
]
}