blob: 9f0cc0232c06ce1e0cb227127b79b297e9bca073 [file] [log] [blame]
{
"name": "MWBRTMap",
"version": "1.0.0",
"summary": "custom BRTMap",
"swift_version": "5",
"homepage": "https://github.com/ken3951/MWBRTMap",
"license": "MIT",
"authors": {
"mwk": "mawk@xym-group.com"
},
"social_media_url": "https://github.com/ken3951",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ken3951/MWBRTMap.git",
"tag": "1.0.0"
},
"source_files": "MWBRTMap/MWBRTMap/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"vendored_frameworks": [
"MWBRTMap/ThirdParty/*.framework",
"BRT-Framework/Frameworks/*.framework"
],
"frameworks": [
"UIKit",
"SystemConfiguration"
],
"vendored_libraries": "MWBRTMap/ThirdParty/*.a",
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 arm64e armv7 armv7s x86_64",
"OTHER_LDFLAGS": "-ObjC -lc++ -lgeos -framework BRTMapSDK -framework BRTMapData -framework BRTLocationEngine"
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}