blob: 79f014beec590546a5534b49decf2bd7d436847e [file] [log] [blame]
{
"name": "UAParserSwift",
"version": "1.0.1",
"summary": "Lightweight User-Agent String Parser for Swift",
"description": "UAParserSwift is a Swift-based library to parse User Agent string; it's a port of ua-parser-js by Faisal Salman created to be mainly used in Swift Server Side applications (but compatible with all Apple's platforms too).",
"homepage": "https://github.com/malcommac/UAParserSwift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/UAParserSwift.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}