Lines Matching refs:s
5 Pod::Spec.new do |s|
6 s.name = 'ExpoMaps'
7 s.version = package['version']
8 s.summary = package['description']
9 s.description = package['description']
10 s.license = package['license']
11 s.author = package['author']
12 s.homepage = package['homepage']
13 s.platform = :ios, '13.0'
14 s.source = { git: 'https://github.com/expo/expo.git' }
15 s.static_framework = true
16 s.source_files = 'ExpoMaps/**/*.{h,m,swift}'
17 s.preserve_paths = 'ExpoMaps/**/*.{h,m,swift}'
18 s.requires_arc = true
20 s.dependency 'ExpoModulesCore'
21 s.dependency 'GoogleMaps', '7.3.0'
22 # s.dependency 'Google-Maps-iOS-Utils', '4.1.0'
23 s.dependency 'GooglePlaces', '7.3.0'