blob: 6a73c7e10399bf74b00103a1b4f2e1ead722425e [file] [log] [blame]
{
"name": "digital-fare",
"version": "1.0.1",
"summary": "Digital fare is a wrapper library helps user calculate price for driver",
"description": "Digital fare is a wrapper library helps user calculate prices for driver. Support speech to text, easily to find the way with google API",
"homepage": "https://github.com/althurzard/digital-fare-lib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Quoc Vuong": "nguyen_quocvuong@hotmail.com"
},
"source": {
"git": "https://github.com/althurzard/digital-fare-lib.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source_files": "digital-fare/Classes/*.{h,m,swift}",
"frameworks": [
"UIKit",
"MapKit"
],
"static_framework": true,
"dependencies": {
"GoogleMaps": [
],
"GooglePlaces": [
],
"Alamofire": [
"= 5.0.0-rc.2"
],
"ObjectMapper": [
"~> 3.5.1"
],
"AlamofireObjectMapper": [
"= 6.2.0"
]
},
"deprecated": true,
"swift_version": "5"
}