Lines Matching refs:s
5 Pod::Spec.new do |s|
6 s.name = 'ExpoDevice'
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.swift_version = '5.4'
15 s.source = { git: 'https://github.com/expo/expo.git' }
16 s.static_framework = true
18 s.dependency 'ExpoModulesCore'
21 s.pod_target_xcconfig = {
26 …ude?(package['name']) && ENV['EXPO_USE_SOURCE'].to_i == 0 && File.exist?("#{s.name}.xcframework") …
27 s.source_files = "**/*.h"
28 s.vendored_frameworks = "#{s.name}.xcframework"
30 s.source_files = "**/*.{h,m,swift}"