blob: 44a8958865ab467808371c9c78212f5ba13b2df7 [file] [log] [blame]
{
"name": "WSScrollAnimationTransition",
"version": "0.0.1",
"summary": "水平/左右滑动的交互转场动画,通过该转场动画可将UITabBarController作为容器,实现类似天猫商品详情页的效果.",
"homepage": "https://github.com/ONECATYU/WSScrollAnimationTransition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ONECATYU": "786910875@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ONECATYU/WSScrollAnimationTransition.git",
"tag": "0.0.1"
},
"source_files": [
"WSScrollAnimationTransition",
"WSScrollAnimationTransition/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}