blob: 2480d7edf5c5b4cfbf6fdbd48d13fba716e8dd92 [file] [log] [blame]
{
"name": "TeslaSwift",
"version": "0.0.11",
"summary": "Swift library to access the Tesla Model S API.",
"homepage": "https://github.com/jonasman/TeslaSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joao Nunes": "joao3001@hotmail.com"
},
"social_media_url": "https://twitter.com/jonas2man",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jonasman/TeslaSwift.git",
"tag": "0.0.11"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"BrightFutures": [
"~> 4.beta"
],
"Alamofire": [
"~> 3.0"
],
"AlamofireObjectMapper": [
"~> 2.1"
],
"Result": [
"~> 2.0"
],
"ObjectMapper": [
"~> 1.1"
]
}
}