blob: 4cb571690c5be9d0a52722668e7faeba9c1daeec [file] [log] [blame]
{
"name": "CardStackView",
"version": "0.1.0",
"summary": "Infinite swipeable UIViews.",
"description": "CardStackView takes in an array of UIViews which you can swipe right to send it back, swipe left to bring to front.",
"homepage": "https://github.com/gomfucius/CardStackView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gomfucius": "gomfucius@gmail.com"
},
"source": {
"git": "https://github.com/gomfucius/CardStackView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CardStackView/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}