blob: d51807696e03eb9b8fe02e336377dd5fd50c7b98 [file] [log] [blame]
{
"name": "Anchor",
"version": "0.1",
"summary": "Anchor provides gesture controlled expandable views that house scrollable content. This is similiar to the cards in Apple Maps.",
"description": "This library mimics the functionality of Apple Maps Cards. Each card is anchored to minimized maximized\n positions that the user can swipe between. The view contains a scrollView to display content.",
"homepage": "https://github.com/armcast/Anchor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Armando Castaneda Elguero": "armando.cas27@gmail.com"
},
"source": {
"git": "https://github.com/armcast/Anchor.git",
"tag": "0.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "Anchor/Classes/**/*"
}