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

OSCHINA-MIRROR/mirrors-TSActionAlertView

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
TSActionAlertView.podspec 2.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Dylan Chen Отправлено 14.04.2018 13:04 e360cbf
#
# Be sure to run `pod spec lint TSActionAlertView.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "TSActionAlertView"
s.version = "1.0.1"
s.summary = "iOS一套动画弹窗框架"
#s.description = <<-DESC
# DESC
s.homepage = "https://github.com/TsnumiDC/TSActionAlertView"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "Dylan Chen" => "dylan@dylancc.com" }
s.social_media_url = "http://www.dylancc.com"
# s.platform = :ios
s.platform = :ios, "5.0"
# When using multiple platforms
# s.ios.deployment_target = "5.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the location from where the source should be retrieved.
# Supports git, hg, bzr, svn and HTTP.
#
s.source = { :git => "https://github.com/TsnumiDC/TSActionAlertView.git", :tag => "#{s.version}" }
s.source_files = "TSActionAlertView/TSActionAlertView.{h,m}", "TSActionAlertView/UIWindow+SIUtils.{h,m}"
# s.exclude_files = "Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# A list of resources included with the Pod. These are copied into the
# target bundle with a build phase script. Anything else will be cleaned.
# You can preserve files from being cleaned, please don't preserve
# non-essential files like tests, examples and documentation.
#
# s.resource = "icon.png"
# s.resources = "Resources/*.png"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
# s.framework = "SomeFramework"
# s.frameworks = "SomeFramework", "AnotherFramework"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end

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

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

1
https://api.gitlife.ru/oschina-mirror/mirrors-TSActionAlertView.git
git@api.gitlife.ru:oschina-mirror/mirrors-TSActionAlertView.git
oschina-mirror
mirrors-TSActionAlertView
mirrors-TSActionAlertView
master