blob: 2d0b8f0745c0545509f8aea22a9033dc2dd50e0b [file] [log] [blame]
{
"name": "xMotti",
"version": "0.0.6",
"summary": "xMotti SDK for iOS.",
"description": "iOS SDK for the xMotti platform.",
"homepage": "https://x.motti.io/",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Motti": "miguel@motti.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/motti-io/motti-ios-sdk.git",
"tag": "0.0.6"
},
"source_files": "xMotti-Sample/xMotti-Sample/xMotti.framework/Headers/*.h",
"vendored_frameworks": "xMotti-Sample/xMotti-Sample/xMotti.framework",
"public_header_files": "xMotti-Sample/xMotti-Sample/xMotti.framework/Headers/*.h",
"requires_arc": true,
"frameworks": "CoreLocation",
"libraries": "sqlite3"
}