[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 8 / c / UAParserSwift / 1.0.0 / UAParserSwift.podspec.json
blobb7e52af41292e11ea00c26de270ee100b7400b40
2   "name": "UAParserSwift",
3   "version": "1.0.0",
4   "summary": "Lightweight User-Agent String Parser for Swift",
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": "8.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.0.0"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "4.0"