blob: ab6722b842fb072d9b8cd8042fe17c61e6959307 [file] [log] [blame]
{
"name": "ScrollingCardView",
"version": "0.1.0",
"summary": "A scrolling card view for iOS that grow with its content.",
"description": "A card view widget for iOS that hugs its content, dynamically expanding the\nheight when the content height expands. If the content is taller than the card,\nscrolling will automatically be enabled so all content can be seen.",
"homepage": "https://github.com/mozilla-mobile/ScrollingCardView",
"screenshots": [
"https://raw.githubusercontent.com/mozilla-mobile/ScrollingCardView/master/docs/short-text.png",
"https://raw.githubusercontent.com/mozilla-mobile/ScrollingCardView/master/docs/long-text.png"
],
"license": {
"type": "MPLv2",
"file": "LICENSE"
},
"authors": {
"Michael Comella": "michael.l.comella@gmail.com"
},
"source": {
"git": "https://github.com/mozilla-mobile/ScrollingCardView.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ScrollingCardView/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}