blob: 66725f5a03b66f0344ab485370b80cbb8654b017 [file] [log] [blame]
{
"name": "DigitalFare",
"version": "1.0.7",
"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/DigitalFare.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Quoc Vuong": "nguyen_quocvuong@hotmail.com"
},
"source": {
"git": "https://github.com/althurzard/DigitalFare.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "DigitalFare/Classes/*.{h,m,swift}",
"frameworks": [
"UIKit",
"MapKit"
],
"static_framework": true,
"dependencies": {
"GoogleMaps": [
],
"GooglePlaces": [
],
"CPAPIService": [
"~> 0.2.1"
],
"DigitalFareUtils": [
]
},
"swift_version": "5"
}