[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 0 / 8 / c / UAParserSwift / 1.2.0 / UAParserSwift.podspec.json
blobc0c1b2328b8ce860adb2abcea1afd8ef53908336
2   "name": "UAParserSwift",
3   "version": "1.2.0",
4   "summary": "User-Agent parser for swift (port of ua-parser-js)",
5   "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).",
6   "homepage": "https://github.com/malcommac/UAParserSwift.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "me@danielemargutti.com"
13   },
14   "social_media_url": "http://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/malcommac/UAParserSwift.git",
23     "tag": "1.2.0"
24   },
25   "source_files": "Sources/**/*.swift",
26   "frameworks": "Foundation",
27   "swift_versions": [
28     "5.0",
29     "5.1",
30     "5.3"
31   ],
32   "swift_version": "5.3"