blob: 869499abc64293dae4b2aeb2ab7e33cc93af40b6 [file] [log] [blame]
{
"name": "DigitalFare",
"version": "1.0.2",
"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.2"
},
"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"
}