/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
osx/MPMessagePack/MPMessagePack.podspec
20 строк
695 B
Mike Maxim
upgrade kbfuse to 4.5.0 (#25976)
19 окт 2023, 20:59
Не верифицирован
19 окт 2023, 20:59
b81153f
Код
Авторство
О чём код?
Pod::Spec.new do |s| s.name = "MPMessagePack" s.version = "1.5.1" s.summary = "Library for MessagePack" s.homepage = "https://github.com/gabriel/MPMessagePack" s.license = { :type => "MIT" } s.authors = { "Gabriel Handford" => "gabrielh@gmail.com" } s.source = { :git => "https://github.com/gabriel/MPMessagePack.git", :tag => s.version.to_s } s.requires_arc = true s.dependency "GHODictionary" s.ios.deployment_target = "6.0" s.ios.source_files = "MPMessagePack/**/*.{c,h,m}", "RPC/**/*.{c,h,m}" s.osx.deployment_target = "10.13" s.osx.source_files = "MPMessagePack/**/*.{c,h,m}", "RPC/**/*.{c,h,m}", "XPC/**/*.{c,h,m}" end