blob: f20a37f060a0b6b22f3f04d35ce805c9035bd62d [file] [log] [blame]
{
"name": "TencentMapMobilitySDK",
"version": "1.0.0",
"summary": "This is TencentMapMobilitySDK.",
"homepage": "https://lbs.qq.com",
"license": {
"type": "CopyRight",
"text": "Copyright © 1998-2019 Tencent All Rights Reserved"
},
"authors": {
"mol": "mikedpzhang@tencent.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/tentcentmap-mobility/TencentMapMobilitySDK.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "TencentMapMobilitySDK.framework/Headers/*.h",
"public_header_files": "TencentMapMobilitySDK.framework/Headers/*.h",
"resources": "TencentMapMobilitySDK.framework/TencentMapMobilitySDK.bundle",
"ios": {
"vendored_frameworks": "TencentMapMobilitySDK.framework"
},
"frameworks": [
"UIKit",
"CoreLocation"
],
"dependencies": {
"TencentMap-SDK": [
]
}
}