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

OSCHINA-MIRROR/gee1k-uPic

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Podfile 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Svend Отправлено 08.07.2020 03:52 b715f24
source 'https://cdn.cocoapods.org/'
install! 'cocoapods', :generate_multiple_pod_projects => true
inhibit_all_warnings!
platform :osx, '10.12'
post_install do |installer|
# Sign the Sparkle helper binaries to pass App Notarization.
system("codesign --force -o runtime -s 'Developer ID Application' Pods/Sparkle/Sparkle.framework/Resources/Autoupdate.app/Contents/MacOS/Autoupdate")
system("codesign --force -o runtime -s 'Developer ID Application' Pods/Sparkle/Sparkle.framework/Resources/Autoupdate.app/Contents/MacOS/fileop")
end
target 'uPic' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'SwiftyJSON'
pod 'Alamofire', '~> 5.0.2'
pod 'MASShortcut'
pod 'CryptoSwift', :git => "https://github.com/krzyzanowskim/CryptoSwift", :branch => "master"
pod "SwiftyXMLParser", :git => 'https://github.com/yahoojapan/SwiftyXMLParser.git'
pod 'Sparkle'
pod 'Kingfisher'
pod 'SnapKit', '~> 5.0.0'
pod 'LoginServiceKit', :git => 'https://github.com/Clipy/LoginServiceKit.git'
pod "libminipng"
pod 'WCDB.swift'
end

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

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

1
https://api.gitlife.ru/oschina-mirror/gee1k-uPic.git
git@api.gitlife.ru:oschina-mirror/gee1k-uPic.git
oschina-mirror
gee1k-uPic
gee1k-uPic
master