blob: 62260723d7b111e133759d87080c2a0a7ba4ff0b [file] [log] [blame]
{
"name": "sinesp",
"version": "0.1.0",
"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": "0.1.0"
},
"social_media_url": "https://twitter.com/fpg1503",
"platforms": {
"ios": "8.0"
},
"source_files": "sinesp/Classes/**/*",
"dependencies": {
"Arcane": [
"~> 0.3"
],
"AEXML": [
"~> 3.0"
],
"Regex.swift": [
"~> 0.1"
]
}
}