blob: 1ac4cc999c08fe15d616e83ee7d986ff9463d48f [file] [log] [blame]
{
"name": "sinesp",
"version": "1.0.1",
"summary": "Swift wrapper of SINESP API (Brazilian National Public Security Information System)",
"description": "A SINESP API Client that allows you to get information about brazilian vehicles (using their license plate).",
"homepage": "https://github.com/fpg1503/sinesp-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francesco Perrotti-Garcia": "fpg1503@gmail.com"
},
"source": {
"git": "https://github.com/fpg1503/sinesp-swift.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/fpg1503",
"platforms": {
"ios": "8.0"
},
"source_files": "sinesp/Classes/**/*",
"dependencies": {
"Arcane": [
],
"AEXML": [
"~> 4.0"
],
"Regex.swift": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0"
}