blob: 95ea18131e2354bde4234cfcd9f97ab04f1d81ca [file] [log] [blame]
{
"name": "CardSlidingView",
"version": "0.0.1",
"summary": "A similar sliding view like the one in Google News App.",
"description": "The sliding view can be used in cells of UITableView or UICollectionView.\nBe able to work as a single UIView as well.",
"homepage": "https://github.com/chunta/CardSlidingView",
"license": "MIT",
"authors": {
"Rex": "hi.chuntachen@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/chunta/CardSlidingView.git",
"tag": "0.0.1"
},
"source_files": [
"CardSlidingView",
"CardSlidingView/**/*.{h,m,swift}"
]
}