[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / b / a / sinesp / 1.0.1 / sinesp.podspec.json
blob1ac4cc999c08fe15d616e83ee7d986ff9463d48f
2   "name": "sinesp",
3   "version": "1.0.1",
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.1"
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"