1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/QuintGao-GKPageScrollView

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
GKPageSmoothView.podspec 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
QuintGao Отправлено 25.07.2024 10:12 90805e1
Pod::Spec.new do |s|
s.name = 'GKPageSmoothView'
s.version = '1.9.6'
s.summary = 'iOS UIScrollView嵌套滑动分页视图'
s.homepage = 'https://github.com/QuintGao/GKPageScrollView'
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { 'QuintGao' => '1094887059@qq.com' }
s.social_media_url = 'https://github.com/QuintGao'
s.ios.deployment_target = '9.0'
s.source = { :git => "https://github.com/QuintGao/GKPageScrollView.git", :tag => s.version.to_s }
s.swift_version = '5.0'
s.default_subspec = 'Objc'
s.subspec 'Objc' do |ss|
ss.source_files = 'Sources/GKPageSmoothView/*.{h,m}'
ss.resource_bundles = {'GKPageSmoothView' => 'Sources/GKPageSmoothView/PrivacyInfo.xcprivacy'}
end
s.subspec 'Swift' do |ss|
ss.source_files = 'Sources/GKPageSmoothViewSwift/*.swift'
ss.libraries = 'swiftCoreGraphics'
ss.xcconfig = {
'LIBRARY_SEARCH_PATHS' => '$(SDKROOT)/usr/lib/swift',
}
ss.resource_bundles = {'GKPageSmoothView' => 'Sources/GKPageSmoothViewSwift/PrivacyInfo.xcprivacy'}
end
end

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/QuintGao-GKPageScrollView.git
git@api.gitlife.ru:oschina-mirror/QuintGao-GKPageScrollView.git
oschina-mirror
QuintGao-GKPageScrollView
QuintGao-GKPageScrollView
master