blob: 2ae77d2d19d2e78c038722fa29a2e66c8b5a7f73 [file] [log] [blame]
{
"name": "BringgTracking",
"version": "1.20.0",
"summary": "BringgTracking SDK",
"homepage": "http://www.bringg.com",
"authors": "Bringg Ltd.",
"platforms": {
"ios": "9.0"
},
"description": "allows building customer experience apps based on the popular on demand delivery platform 'Bringg'",
"license": "MIT",
"source": {
"git": "https://github.com/bringg/customer-sdk-ios.git",
"tag": "1.20.0"
},
"source_files": [
"sources",
"sources/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 15.1.0"
]
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}