init
This commit is contained in:
20
node_modules/@capacitor/google-maps/CapacitorGoogleMaps.podspec
generated
vendored
Normal file
20
node_modules/@capacitor/google-maps/CapacitorGoogleMaps.podspec
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
require 'json'
|
||||
|
||||
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'CapacitorGoogleMaps'
|
||||
s.version = package['version']
|
||||
s.summary = package['description']
|
||||
s.license = package['license']
|
||||
s.homepage = package['repository']['url']
|
||||
s.author = package['author']
|
||||
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
|
||||
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
|
||||
s.ios.deployment_target = '14.0'
|
||||
s.dependency 'Capacitor'
|
||||
s.dependency 'GoogleMaps', '~> 8.4'
|
||||
s.dependency 'Google-Maps-iOS-Utils', '~> 5.0'
|
||||
s.swift_version = '5.1'
|
||||
s.static_framework = true
|
||||
end
|
||||
Reference in New Issue
Block a user