PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/expo/ios

Просмотр файла: Expo.podspec

require 'json'

package = JSON.parse(File.read(File.join(__dir__, '..', 'package.json')))

Pod::Spec.new do |s|
  s.name           = 'Expo'
  s.version        = package['version']
  s.summary        = package['description']
  s.description    = package['description']
  s.license        = package['license']
  s.author         = package['author']
  s.homepage       = package['homepage']
  s.platform       = :ios, '12.0'
  s.source         = { git: 'https://github.com/expo/expo.git' }
  s.static_framework = true
  s.header_dir     = 'Expo'

  s.dependency 'ExpoModulesCore'

  s.source_files = '**/*.{h,m,swift}'
end

Выполнить команду


Для локальной разработки. Не используйте в интернете!