blob: 06e9907447e3c10349feae0443859ef2bac1b3f7 [file] [log] [blame]
{
"name": "PPDrawableArrow",
"version": "0.0.1",
"summary": "This library allows you to draw an arrow from a start point to end point with animation.",
"description": "This library is focused on making drawing an Arrow easier from a starting point to ending point. This can be used in first time user experiences when introducing them different features.",
"homepage": "https://phonepe.com/en/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abhijit KG": "abhijit.pesit@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PhonePe/PPDrawableArrow.git",
"tag": "0.0.1"
},
"source_files": "**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}