blob: ce16e5a4f29d798965d8f76f0422708e2c72f94c [file] [log] [blame]
{
"name": "CardSlidingView",
"version": "0.0.2",
"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.2"
},
"source_files": [
"CardSlidingView",
"CardSlidingView/**/*.{h,swift,png}"
],
"dependencies": {
"SDWebImage": [
]
}
}