blob: 49ec34dab9397e9db07d2db6f29068e2a5567e81 [file] [log] [blame]
{
"name": "IndoorMapFramework",
"version": "0.50.1",
"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.50.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Mapbox-iOS-SDK": [
"~>4.10.0"
],
"AFNetworking": [
"~>3.2.1"
],
"Masonry": [
"~>1.1.0"
],
"Turf": [
"~> 0.3"
],
"YYModel": [
"~> 1.0.4"
]
},
"vendored_frameworks": "IndoorMapFramework/*.{framework}",
"resource_bundles": {
"HTMapBundle": [
"IndoorMapFramework/HTMapBundle/*.png"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}