blob: f59106ee41ec88eb0e266bdc67164c4059a05e0b [file] [log] [blame]
{
"name": "LGRightMoreView",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"summary": "UICollectionView 右侧滑动可以push 到下一个控制器组件",
"description": "UICollectionView 右侧滑动可以push 到下一个控制器组件",
"homepage": "https://github.com/lanligang/LGRightMoreView",
"authors": {
"LenSky": "lslanligang@sina.com"
},
"source": {
"git": "https://github.com/lanligang/LGRightMoreView.git",
"tag": "1.0.0"
},
"source_files": "LgRightMoreView/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}
}