blob: 919a5aeb8633f478fedb767fcc7b2e0e94aa9e5a [file] [log] [blame]
{
"name": "Arrows",
"version": "1.0.0",
"summary": "Arrow indicator view for sliding panels",
"description": "Arrows is an animated custom view, made with Core Graphics, to represent three different states: `up/down/middle`",
"homepage": "https://github.com/antoniocasero/Arrows",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antonio Casero Palmero": "anto.casero@gmail.com"
},
"social_media_url": "@acaserop",
"swift_version": "4.2",
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/antoniocasero/Arrows.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit"
}