blob: accb0d60694796aef90d734190c0c4d45780699f [file] [log] [blame]
{
"name": "IndoorMapFramework",
"version": "0.5.5beta",
"summary": "地图SDK",
"description": "地图SDK,具有地图显示,路径规划,POI搜索等功能。",
"homepage": "https://github.com/JyyJDast1/MapSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"myldast1@126.com": "myldast1@126.com"
},
"source": {
"git": "https://github.com/JyyJDast1/MapSDK.git",
"tag": "0.5.5beta"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Mapbox-iOS-SDK": [
"~>4.10.0"
],
"MJExtension": [
"~>3.0.17"
],
"AFNetworking": [
"~>3.2.1"
],
"Masonry": [
"~>1.1.0"
]
},
"vendored_frameworks": "IndoorMapFramework/*.{framework}",
"resource_bundles": {
"HTMapBundle": [
"IndoorMapFramework/HTMapBundle/*.png"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}