blob: d3341ea1f5f99ceb694fe656477fec39a7ca44ac [file] [log] [blame]
{
"name": "IndoorMapFramework",
"version": "0.15.0",
"summary": "地图SDK",
"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.15.0"
},
"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"
}
}