blob: e93fbae7672472f647e8bf34023f69f0aa7e144f [file] [log] [blame]
{
"name": "GLTimeline",
"version": "0.0.2",
"summary": "GLTimeline is a simple timeline view implemented by UIView written in Swift 3.0",
"description": "GLTimeline is a simple timeline view implemented by UIView written in Swift 3.0 that original use in Getlinks Application Project.",
"homepage": "https://github.com/GetLinks/GLTimeline",
"license": "MIT",
"authors": {
"Satjawat Panakarn": "peanutbutteer@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GetLinks/GLTimeline.git",
"tag": "0.0.2"
},
"source_files": "GLTimeline/*",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"pushed_with_swift_version": "3.0"
}