blob: d3e036e6d1d3abc7bb56044bb4edfd9c9ba59dc2 [file] [log] [blame]
{
"name": "LKButterflyGoogleMaps",
"version": "0.2.0",
"summary": "Google Maps for Butterfly",
"description": "Shared code for maps using Butterfly. This is the iOS portion.",
"homepage": "https://github.com/lightningkite/butterfly-maps-ios-google",
"license": "MIT",
"authors": {
"Captain": "joseph@lightningkite.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/lightningkite/butterfly-maps-ios-google.git",
"tag": "0.2.0"
},
"source_files": "LKButterflyGoogleMaps/**/*.swift",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"static_framework": true,
"requires_arc": true,
"swift_versions": "5.3",
"xcconfig": {
"SWIFT_VERSION": "5.3"
},
"dependencies": {
"LKButterfly/Core": [
],
"GoogleMaps": [
],
"GooglePlaces": [
]
},
"swift_version": "5.3"
}