Skip to content

Commit

Permalink
移到GitHub上
Browse files Browse the repository at this point in the history
  • Loading branch information
朱博文 committed Feb 25, 2022
1 parent 61222ea commit 93216d4
Show file tree
Hide file tree
Showing 48 changed files with 5,540 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!

source 'git@gitlab.91chengguo.com:component-iOS/specs.git'
source 'https://github.com/CocoaPods/Specs.git'

target 'ZBWUIKit' do
pod 'SDWebImage'
pod 'libwebp', '0.6.1'
pod 'MJRefresh', '~> 3.1.12'
pod 'ZBWCategories', '~> 0.1.7'
pod 'ZBWUISignal'
pod 'Common-iOS', :path => "../Common-iOS"
end

90 changes: 90 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
PODS:
- Common-iOS (0.0.1):
- libwebp (= 0.6.1)
- ZBWCategories
- ZBWMacroDefine/biz (~> 0.1.2)
- libwebp (0.6.1):
- libwebp/core (= 0.6.1)
- libwebp/dec (= 0.6.1)
- libwebp/demux (= 0.6.1)
- libwebp/dsp (= 0.6.1)
- libwebp/enc (= 0.6.1)
- libwebp/mux (= 0.6.1)
- libwebp/utils (= 0.6.1)
- libwebp/webp (= 0.6.1)
- libwebp/core (0.6.1):
- libwebp/webp
- libwebp/dec (0.6.1):
- libwebp/core
- libwebp/demux (0.6.1):
- libwebp/core
- libwebp/dsp (0.6.1):
- libwebp/core
- libwebp/enc (0.6.1):
- libwebp/core
- libwebp/mux (0.6.1):
- libwebp/core
- libwebp/utils (0.6.1):
- libwebp/core
- libwebp/webp (0.6.1)
- MJRefresh (3.1.17)
- SDWebImage (5.10.2):
- SDWebImage/Core (= 5.10.2)
- SDWebImage/Core (5.10.2)
- ZBWCategories (0.1.7):
- SDWebImage
- "ZBWCategories/NSFoundation+ZBWCategory (= 0.1.7)"
- "ZBWCategories/UIKit+ZBWCategory (= 0.1.7)"
- ZBWJson
- "ZBWCategories/NSFoundation+ZBWCategory (0.1.7)":
- SDWebImage
- "ZBWCategories/NSFoundation+ZBWCategory/NSObject+ZBWCategory (= 0.1.7)"
- ZBWJson
- "ZBWCategories/NSFoundation+ZBWCategory/NSObject+ZBWCategory (0.1.7)":
- SDWebImage
- ZBWJson
- "ZBWCategories/UIKit+ZBWCategory (0.1.7)":
- SDWebImage
- ZBWJson
- ZBWJson (0.0.7)
- ZBWMacroDefine/biz (0.1.4):
- ZBWMacroDefine/common
- ZBWMacroDefine/common (0.1.4)
- ZBWUISignal (0.0.1)

DEPENDENCIES:
- Common-iOS (from `../Common-iOS`)
- libwebp (= 0.6.1)
- MJRefresh (~> 3.1.12)
- SDWebImage
- ZBWCategories (~> 0.1.7)
- ZBWUISignal

SPEC REPOS:
"git@gitlab.91chengguo.com:component-iOS/specs.git":
- ZBWMacroDefine
https://github.com/CocoaPods/Specs.git:
- libwebp
- MJRefresh
- SDWebImage
- ZBWCategories
- ZBWJson
- ZBWUISignal

EXTERNAL SOURCES:
Common-iOS:
:path: "../Common-iOS"

SPEC CHECKSUMS:
Common-iOS: 53107f5b82cf18d5f7a2a998b11ce66890053392
libwebp: 0f01098c6c17175391af621b2f14150f3ca16e16
MJRefresh: ee5b68f639775462faba4db0fd243baf4d42c2cf
SDWebImage: b969dcfc02c40a5da71eac0b03b8f1a0c794a86f
ZBWCategories: 1b6c811d37cf02a4d83d36a4cc1913f87faf74fb
ZBWJson: ae7f2d44877ea347c48d6714bfc4704129adedd4
ZBWMacroDefine: 07e0c7200686f875e6ba2a98b8b94ca792536a7c
ZBWUISignal: 88ca740af822efc938d1d6f00e8c0970bea0f2bc

PODFILE CHECKSUM: ee9716c2ff5b0f75412fbdcdd4e477130b5bda03

COCOAPODS: 1.8.3
89 changes: 89 additions & 0 deletions ZBWUIKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@

Pod::Spec.new do |s|

# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#

s.name = "ZBWUIKit"
s.version = "0.1.0"
s.summary = "A short description of ZBWUIKit."

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
zbwuikit
DESC

s.homepage = "http://EXAMPLE/ZBWUIKit"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"


# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Licensing your code is important. See http://choosealicense.com for more info.
# CocoaPods will detect a license file if there is a named LICENSE*
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
#

s.license = "BSD"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }

s.author = { "bwzhu" => "zhubw@taofen8.com" }

s.source = { :git => "git@gitlab.91chengguo.com:component-iOS/ZBWUIKit.git", :tag => "#{s.version}" }

s.platform = :ios, "7.0"

s.source_files = "ZBWUIKit", "ZBWUIKit/*.{h,m,mm}"

s.prefix_header_file = "ZBWUIKit/ZBWUIKit-prefix.pch"

# s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"

s.subspec 'CustomViews' do |coustomviewsSpec|
coustomviewsSpec.source_files = "ZBWUIKit/CustomViews/**/*.{h,m,mm}"
end

s.subspec 'ViewControllers' do |viewControllersSpec|
viewControllersSpec.source_files = "ZBWUIKit/ViewControllers/**/*.{h,m,mm}"
end

s.subspec 'Signal' do |signalSpec|
signalSpec.source_files = "ZBWUIKit/Signal/*.*","ZBWUIKit/Signal/**/*.{h,m,mm}"
end

s.subspec 'Category' do |categoryS|
categoryS.source_files = "ZBWUIKit/Category/*.*","ZBWUIKit/Category/**/*.{h,m,mm}"
end


# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Link your library with frameworks, or libraries. Libraries do not include
# the lib prefix of their name.
#

# s.framework = "SomeFramework"
# s.frameworks = "SomeFramework", "AnotherFramework"

# s.library = "iconv"
# s.libraries = "iconv", "xml2"

# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
s.dependency "ZBWCategories"
s.dependency "Common-iOS"
s.dependency 'SDWebImage'
s.dependency 'libwebp', '0.6.1'
s.dependency 'MJRefresh', '~> 3.1.12'
s.dependency 'ZBWUISignal'

end
Loading

0 comments on commit 93216d4

Please sign in to comment.