blob: e9a93b8b58c1ad179d767cc8c2c603a839550c95 [file] [log] [blame]
{
"name": "DigitalFare",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source_files": "DigitalFare/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"
]
},
"swift_version": "5"
}