blob: 764372024b29bf33134f5bf87ddaa6ae24546945 [file] [log] [blame]
{
"name": "IndoorMapFramework",
"version": "1.7.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": "1.7.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"dependencies": {
"Mapbox-iOS-SDK": [
"~>5.4.0"
],
"AFNetworking": [
"~>4.0.1"
],
"Masonry": [
"~>1.1.0"
],
"Turf": [
"~> 0.3"
],
"YYModel": [
"~> 1.0.4"
]
},
"vendored_frameworks": "IndoorMapFramework/*.{framework}",
"resource_bundles": {
"HTMapBundle": [
"IndoorMapFramework/HTMapBundle/*.xcassets"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"swift_version": "5.0"
}