[Add] onesecondbefore-tracker 7.9.0
[CocoaPods.git] / Specs / 1 / b / a / sinesp / 1.0.0 / sinesp.podspec.json
blobec347f2ae27a89efa694d761aaf9ca3f2ebce2a0
2   "name": "sinesp",
3   "version": "1.0.0",
4   "summary": "Swift wrapper of SINESP API (Brazilian National Public Security Information System)",
5   "description": "A SINESP API Client that allows you to get information about brazilian vehicles (using their license plate).",
6   "homepage": "https://github.com/fpg1503/sinesp-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Francesco Perrotti-Garcia": "fpg1503@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fpg1503/sinesp-swift.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/fpg1503",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "sinesp/Classes/**/*",
23   "dependencies": {
24     "Arcane": [
26     ],
27     "AEXML": [
28       "~> 4.0"
29     ],
30     "Regex.swift": [
31       "~> 1.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"