cocoapods-tdfire-binary 1.4.26 → 1.4.28
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/cocoapods-tdfire-binary/binary_cache_cleaner.rb +9 -0
- data/lib/cocoapods-tdfire-binary/binary_config.rb +2 -1
- data/lib/cocoapods-tdfire-binary/binary_specification_refactor.rb +6 -6
- data/lib/cocoapods-tdfire-binary/gem_version.rb +1 -1
- data/lib/cocoapods-tdfire-binary/specification_dsl.rb +9 -8
- metadata +2 -33
- data/example/test/.gitignore +0 -42
- data/example/test/.gitlab-ci.yml +0 -101
- data/example/test/.travis.yml +0 -14
- data/example/test/Example/Podfile +0 -22
- data/example/test/Example/Podfile.lock +0 -337
- data/example/test/Example/Tests/Tests-Info.plist +0 -22
- data/example/test/Example/Tests/Tests-Prefix.pch +0 -7
- data/example/test/Example/Tests/Tests.m +0 -35
- data/example/test/Example/Tests/en.lproj/InfoPlist.strings +0 -2
- data/example/test/Example/test.xcodeproj/project.pbxproj +0 -635
- data/example/test/Example/test.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/example/test/Example/test.xcodeproj/xcshareddata/xcschemes/test-Example.xcscheme +0 -101
- data/example/test/Example/test.xcworkspace/contents.xcworkspacedata +0 -10
- data/example/test/Example/test.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- data/example/test/Example/test/Base.lproj/LaunchScreen.storyboard +0 -31
- data/example/test/Example/test/Base.lproj/Main.storyboard +0 -50
- data/example/test/Example/test/Images.xcassets/AppIcon.appiconset/Contents.json +0 -98
- data/example/test/Example/test/TDFAppDelegate.h +0 -15
- data/example/test/Example/test/TDFAppDelegate.m +0 -46
- data/example/test/Example/test/TDFViewController.h +0 -13
- data/example/test/Example/test/TDFViewController.m +0 -29
- data/example/test/Example/test/en.lproj/InfoPlist.strings +0 -2
- data/example/test/Example/test/main.m +0 -17
- data/example/test/Example/test/test-Info.plist +0 -49
- data/example/test/Example/test/test-Prefix.pch +0 -16
- data/example/test/LICENSE +0 -19
- data/example/test/README.md +0 -29
- data/example/test/test.podspec +0 -56
- data/example/test/test/Assets/.gitkeep +0 -0
- data/example/test/test/Classes/.gitkeep +0 -0
- data/example/test/test/Classes/ReplaceMe.m +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c44411059f78e04d123d0ca2cc8b540a01498b5
|
4
|
+
data.tar.gz: c9cd018edcaec55dce0145f2f46180fff3d876cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 010c201674c93d797852cc6c48b28a69a8eb6503ae9dd34d4f7bae02082bf4be6669609bf6d37ee23fae25123037e7ef65510819179e60380c60feddd406da73
|
7
|
+
data.tar.gz: 365e8226d1fc9391c4fc49dd4a76a07f9cb3ad026694ea702a116183a8280d9a49b5e3abcbc78342b36c25a184abe31abebc9a73ee2e35b878d2d1ca2ae7e0e8
|
data/Gemfile.lock
CHANGED
@@ -15,6 +15,15 @@ module Pod
|
|
15
15
|
spec.static_framework = true if spec.respond_to?('static_framework')
|
16
16
|
end if Pod::Tdfire::BinaryStateStore.use_binary?
|
17
17
|
|
18
|
+
analysis_result.specifications.uniq { |s| s.root.name }.each do |spec|
|
19
|
+
if spec.tdfire_use_source?
|
20
|
+
UI.message "Source".magenta.bold + " dependecy for " + "#{spec.root.name} #{spec.version}".green.bold
|
21
|
+
else
|
22
|
+
UI.message "Binary".cyan.bold + " dependecy for " + "#{spec.root.name} #{spec.version}".green.bold
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
|
18
27
|
cleaner = Pod::Tdfire::BinaryCacheCleaner.new(analysis_result)
|
19
28
|
cleaner.clean!
|
20
29
|
|
@@ -55,6 +55,7 @@ module Pod
|
|
55
55
|
end
|
56
56
|
|
57
57
|
def private_sources(keywords = repo_url)
|
58
|
+
keywords = keywords.strip
|
58
59
|
sources = config.sources_manager.all.select do |source|
|
59
60
|
next false unless source.url
|
60
61
|
source.url.downcase.include? keywords
|
@@ -91,7 +92,7 @@ module Pod
|
|
91
92
|
end
|
92
93
|
|
93
94
|
FileUtils.cd(config.home_dir) do
|
94
|
-
`git clone http://git.2dfire
|
95
|
+
`git clone http://git.2dfire.net/qingmu/cocoapods-tdfire-binary-config`
|
95
96
|
|
96
97
|
FileUtils.mv("cocoapods-tdfire-binary-config/#{setting_file_name}", '.')
|
97
98
|
FileUtils.rm_rf(config.home_dir + 'cocoapods-tdfire-binary-config')
|
@@ -85,7 +85,7 @@ module Pod
|
|
85
85
|
target_spec.default_subspec = default_subspec
|
86
86
|
target_spec.default_subspec = default_subspec
|
87
87
|
|
88
|
-
Pod::UI.message "Tdfire: subspecs for #{target_spec.name}: #{target_spec.subspecs.map(&:name).join(', ')}"
|
88
|
+
# Pod::UI.message "Tdfire: subspecs for #{target_spec.name}: #{target_spec.subspecs.map(&:name).join(', ')}"
|
89
89
|
end
|
90
90
|
|
91
91
|
#--------------------------------------------------------------------#
|
@@ -111,7 +111,7 @@ module Pod
|
|
111
111
|
resource_bundles = spec.tdfire_recursive_value('resource_bundles', :ios)
|
112
112
|
# 不判断 lint 会报错 did not match any file
|
113
113
|
target_spec.resources = ["#{target_spec.root.name}.framework/Resources/*", "#{target_spec.root.name}.framework/Versions/A/Resources/*"] if resource_bundles.select(&:any?).any? || framework_resources.any?
|
114
|
-
Pod::UI.message "Tdfire: resources for binary: #{target_spec.tdfire_recursive_value('resources', :ios).join(', ')}"
|
114
|
+
# Pod::UI.message "Tdfire: resources for binary: #{target_spec.tdfire_recursive_value('resources', :ios).join(', ')}"
|
115
115
|
|
116
116
|
# cococapods 会将以下头文件添加入 user search path ,这样使用者可以使用 " " 对头文件进行引用
|
117
117
|
#
|
@@ -131,7 +131,7 @@ module Pod
|
|
131
131
|
value = spec.tdfire_recursive_value(name, platform )
|
132
132
|
target_platform.send("#{name}=", value) unless value.empty?
|
133
133
|
|
134
|
-
Pod::UI.message "Tdfire: #{name} for #{platform}: #{target_spec.tdfire_recursive_value(name, platform)}"
|
134
|
+
# Pod::UI.message "Tdfire: #{name} for #{platform}: #{target_spec.tdfire_recursive_value(name, platform)}"
|
135
135
|
end
|
136
136
|
|
137
137
|
# 保留对其他组件的依赖
|
@@ -142,7 +142,7 @@ module Pod
|
|
142
142
|
.select { |d| d.root_name != target_spec.root.name }
|
143
143
|
.each { |d| target_platform.dependency(d.name, d.requirement.to_s) }
|
144
144
|
|
145
|
-
Pod::UI.message "Tdfire: dependencies for #{platform}: #{target_spec.tdfire_recursive_value('dependencies', platform).map(&:name).join(', ')}"
|
145
|
+
# Pod::UI.message "Tdfire: dependencies for #{platform}: #{target_spec.tdfire_recursive_value('dependencies', platform).map(&:name).join(', ')}"
|
146
146
|
# end
|
147
147
|
end
|
148
148
|
end
|
@@ -154,7 +154,7 @@ module Pod
|
|
154
154
|
# spec 是源码依赖时的配置
|
155
155
|
def set_preserve_paths(spec)
|
156
156
|
available_platforms(spec).each do |platform|
|
157
|
-
Pod::UI.message("Tdfire: set preserve paths for platform #{platform}")
|
157
|
+
# Pod::UI.message("Tdfire: set preserve paths for platform #{platform}")
|
158
158
|
# 源码、资源文件
|
159
159
|
#
|
160
160
|
source_files = spec.tdfire_recursive_value('source_files', platform)
|
@@ -174,7 +174,7 @@ module Pod
|
|
174
174
|
target_platform = target_spec.send(platform.to_sym)
|
175
175
|
target_platform.preserve_paths = preserve_paths.uniq
|
176
176
|
|
177
|
-
Pod::UI.message "Tdfire: preserve paths for #{platform}: #{preserve_paths.join(', ')}"
|
177
|
+
# Pod::UI.message "Tdfire: preserve paths for #{platform}: #{preserve_paths.join(', ')}"
|
178
178
|
end
|
179
179
|
end
|
180
180
|
|
@@ -23,10 +23,10 @@ module Pod
|
|
23
23
|
tdfire_set_binary_strategy_flag
|
24
24
|
|
25
25
|
if tdfire_use_source?
|
26
|
-
if !Pod::Tdfire::BinaryStateStore.printed_pods.include?(root.name)
|
27
|
-
|
28
|
-
|
29
|
-
end
|
26
|
+
# if !Pod::Tdfire::BinaryStateStore.printed_pods.include?(root.name)
|
27
|
+
# UI.message "Source".magenta.bold + " dependecy for " + "#{root.name} #{version}".green.bold
|
28
|
+
# Pod::Tdfire::BinaryStateStore.printed_pods << root.name
|
29
|
+
# end
|
30
30
|
|
31
31
|
configurator.call self
|
32
32
|
|
@@ -39,10 +39,11 @@ module Pod
|
|
39
39
|
tdfire_set_binary_strategy_flag
|
40
40
|
|
41
41
|
if !tdfire_use_source?
|
42
|
-
if !Pod::Tdfire::BinaryStateStore.printed_pods.include?(root.name)
|
43
|
-
|
44
|
-
|
45
|
-
|
42
|
+
# if !Pod::Tdfire::BinaryStateStore.printed_pods.include?(root.name)
|
43
|
+
# # 这里会执行两次,一次是最新的 podspec ,一次是指定的 podspec,所以这里版本没必要输出
|
44
|
+
# UI.message "Binary".cyan.bold + " dependecy for " + "#{root.name} #{version}".green.bold
|
45
|
+
# Pod::Tdfire::BinaryStateStore.printed_pods << root.name
|
46
|
+
# end
|
46
47
|
|
47
48
|
# name 一定要有,否则 subspec dependecy 会出现 split nil 错误
|
48
49
|
@tdfire_reference_spec = Specification.new(nil, 'TdfireSpecification')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-tdfire-binary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.28
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tripleCC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -83,37 +83,6 @@ files:
|
|
83
83
|
- README.md
|
84
84
|
- Rakefile
|
85
85
|
- cocoapods-tdfire-binary.gemspec
|
86
|
-
- example/test/.gitignore
|
87
|
-
- example/test/.gitlab-ci.yml
|
88
|
-
- example/test/.travis.yml
|
89
|
-
- example/test/Example/Podfile
|
90
|
-
- example/test/Example/Podfile.lock
|
91
|
-
- example/test/Example/Tests/Tests-Info.plist
|
92
|
-
- example/test/Example/Tests/Tests-Prefix.pch
|
93
|
-
- example/test/Example/Tests/Tests.m
|
94
|
-
- example/test/Example/Tests/en.lproj/InfoPlist.strings
|
95
|
-
- example/test/Example/test.xcodeproj/project.pbxproj
|
96
|
-
- example/test/Example/test.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
97
|
-
- example/test/Example/test.xcodeproj/xcshareddata/xcschemes/test-Example.xcscheme
|
98
|
-
- example/test/Example/test.xcworkspace/contents.xcworkspacedata
|
99
|
-
- example/test/Example/test.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
100
|
-
- example/test/Example/test/Base.lproj/LaunchScreen.storyboard
|
101
|
-
- example/test/Example/test/Base.lproj/Main.storyboard
|
102
|
-
- example/test/Example/test/Images.xcassets/AppIcon.appiconset/Contents.json
|
103
|
-
- example/test/Example/test/TDFAppDelegate.h
|
104
|
-
- example/test/Example/test/TDFAppDelegate.m
|
105
|
-
- example/test/Example/test/TDFViewController.h
|
106
|
-
- example/test/Example/test/TDFViewController.m
|
107
|
-
- example/test/Example/test/en.lproj/InfoPlist.strings
|
108
|
-
- example/test/Example/test/main.m
|
109
|
-
- example/test/Example/test/test-Info.plist
|
110
|
-
- example/test/Example/test/test-Prefix.pch
|
111
|
-
- example/test/LICENSE
|
112
|
-
- example/test/README.md
|
113
|
-
- example/test/test.podspec
|
114
|
-
- example/test/test/Assets/.gitkeep
|
115
|
-
- example/test/test/Classes/.gitkeep
|
116
|
-
- example/test/test/Classes/ReplaceMe.m
|
117
86
|
- explore.md
|
118
87
|
- lib/cocoapods-tdfire-binary.rb
|
119
88
|
- lib/cocoapods-tdfire-binary/binary_cache_cleaner.rb
|
data/example/test/.gitignore
DELETED
@@ -1,42 +0,0 @@
|
|
1
|
-
# OS X
|
2
|
-
.DS_Store
|
3
|
-
|
4
|
-
# Xcode
|
5
|
-
build/
|
6
|
-
*.pbxuser
|
7
|
-
!default.pbxuser
|
8
|
-
*.mode1v3
|
9
|
-
!default.mode1v3
|
10
|
-
*.mode2v3
|
11
|
-
!default.mode2v3
|
12
|
-
*.perspectivev3
|
13
|
-
!default.perspectivev3
|
14
|
-
xcuserdata/
|
15
|
-
*.xccheckout
|
16
|
-
profile
|
17
|
-
*.moved-aside
|
18
|
-
DerivedData
|
19
|
-
*.hmap
|
20
|
-
*.ipa
|
21
|
-
|
22
|
-
# Bundler
|
23
|
-
.bundle
|
24
|
-
|
25
|
-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
26
|
-
# Carthage/Checkouts
|
27
|
-
|
28
|
-
Carthage/Build
|
29
|
-
Example/Carthage/Build
|
30
|
-
Example/*.zip
|
31
|
-
|
32
|
-
# We recommend against adding the Pods directory to your .gitignore. However
|
33
|
-
# you should judge for yourself, the pros and cons are mentioned at:
|
34
|
-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
|
35
|
-
#
|
36
|
-
# Note: if you ignore the Pods directory, make sure to uncomment
|
37
|
-
# `pod install` in .travis.yml
|
38
|
-
#
|
39
|
-
Pods/
|
40
|
-
|
41
|
-
*.framework
|
42
|
-
*.zip
|
data/example/test/.gitlab-ci.yml
DELETED
@@ -1,101 +0,0 @@
|
|
1
|
-
before_script:
|
2
|
-
# https://gitlab.com/gitlab-org/gitlab-ce/issues/14983
|
3
|
-
# shared runner 会出现,special runner只会报warning
|
4
|
-
- export LANG=en_US.UTF-8
|
5
|
-
- export LANGUAGE=en_US:en
|
6
|
-
- export LC_ALL=en_US.UTF-8
|
7
|
-
|
8
|
-
- pwd
|
9
|
-
- git clone git@git.2dfire-inc.com:ios/ci-yaml-shell.git
|
10
|
-
- ci-yaml-shell/before_shell_executor.sh
|
11
|
-
|
12
|
-
after_script:
|
13
|
-
- rm -fr ci-yaml-shell
|
14
|
-
|
15
|
-
stages:
|
16
|
-
- lint
|
17
|
-
- test
|
18
|
-
- package
|
19
|
-
- binary_lint
|
20
|
-
- publish
|
21
|
-
- report
|
22
|
-
- cleanup
|
23
|
-
|
24
|
-
lib_lint:
|
25
|
-
stage: lint
|
26
|
-
only:
|
27
|
-
- master
|
28
|
-
- /^release.*$/
|
29
|
-
- tags
|
30
|
-
retry: 2
|
31
|
-
script:
|
32
|
-
- ci-yaml-shell/lib_lint_executor.sh
|
33
|
-
tags:
|
34
|
-
- iOS
|
35
|
-
|
36
|
-
oc_lint:
|
37
|
-
stage: lint
|
38
|
-
only:
|
39
|
-
- master
|
40
|
-
- /^release.*$/
|
41
|
-
- tags
|
42
|
-
retry: 2
|
43
|
-
script:
|
44
|
-
- ci-yaml-shell/oclint_executor.sh lint_result
|
45
|
-
after_script:
|
46
|
-
- cat lint_result | python -m json.tool
|
47
|
-
tags:
|
48
|
-
- iOS
|
49
|
-
|
50
|
-
unit_test:
|
51
|
-
stage: test
|
52
|
-
only:
|
53
|
-
- master
|
54
|
-
- /^release.*$/
|
55
|
-
- tags
|
56
|
-
retry: 2
|
57
|
-
script:
|
58
|
-
- ci-yaml-shell/unit_test_executor.sh
|
59
|
-
tags:
|
60
|
-
- iOS
|
61
|
-
|
62
|
-
package_framework:
|
63
|
-
stage: package
|
64
|
-
only:
|
65
|
-
- tags
|
66
|
-
script:
|
67
|
-
- ci-yaml-shell/framework_pack_executor.sh
|
68
|
-
tags:
|
69
|
-
- iOS
|
70
|
-
|
71
|
-
binary_lint:
|
72
|
-
stage: binary_lint
|
73
|
-
only:
|
74
|
-
- tags
|
75
|
-
retry: 2
|
76
|
-
script:
|
77
|
-
- ci-yaml-shell/lib_lint_executor.sh
|
78
|
-
tags:
|
79
|
-
- iOS
|
80
|
-
|
81
|
-
publish_pod:
|
82
|
-
stage: publish
|
83
|
-
only:
|
84
|
-
- tags
|
85
|
-
retry: 2
|
86
|
-
script:
|
87
|
-
- ci-yaml-shell/publish_executor.sh
|
88
|
-
tags:
|
89
|
-
- iOS
|
90
|
-
# allow_failure: true
|
91
|
-
|
92
|
-
report_to_director:
|
93
|
-
stage: report
|
94
|
-
script:
|
95
|
-
- ci-yaml-shell/report_executor.sh
|
96
|
-
only:
|
97
|
-
- master
|
98
|
-
- tags
|
99
|
-
when: on_failure
|
100
|
-
tags:
|
101
|
-
- iOS
|
data/example/test/.travis.yml
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
# references:
|
2
|
-
# * http://www.objc.io/issue-6/travis-ci.html
|
3
|
-
# * https://github.com/supermarin/xcpretty#usage
|
4
|
-
|
5
|
-
osx_image: xcode7.3
|
6
|
-
language: objective-c
|
7
|
-
# cache: cocoapods
|
8
|
-
# podfile: Example/Podfile
|
9
|
-
# before_install:
|
10
|
-
# - gem install cocoapods # Since Travis is not always on latest version
|
11
|
-
# - pod install --project-directory=Example
|
12
|
-
script:
|
13
|
-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/test.xcworkspace -scheme test-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
|
14
|
-
- pod lib lint
|
@@ -1,22 +0,0 @@
|
|
1
|
-
source 'git@git.2dfire-inc.com:ios/cocoapods-spec.git'
|
2
|
-
platform :ios, '8.0'
|
3
|
-
|
4
|
-
#use_frameworks!
|
5
|
-
|
6
|
-
plugin 'cocoapods-tdfire-binary'
|
7
|
-
|
8
|
-
tdfire_use_binary!
|
9
|
-
tdfire_use_source_pods ['TDFCelebiFunctions']
|
10
|
-
|
11
|
-
target 'test_Example' do
|
12
|
-
pod 'test', :path => '../'
|
13
|
-
pod 'TDFCelebiFunctions'
|
14
|
-
pod 'TDFComponents'
|
15
|
-
pod 'TDFBaseUI'
|
16
|
-
pod 'TDFCoreProtocol'
|
17
|
-
target 'test_Tests' do
|
18
|
-
inherit! :search_paths
|
19
|
-
|
20
|
-
|
21
|
-
end
|
22
|
-
end
|
@@ -1,337 +0,0 @@
|
|
1
|
-
PODS:
|
2
|
-
- AFNetworking (3.1.0.1):
|
3
|
-
- AFNetworking/TdfireBinary (= 3.1.0.1)
|
4
|
-
- AFNetworking/TdfireBinary (3.1.0.1)
|
5
|
-
- Celebi (0.3.7):
|
6
|
-
- TDFAsync
|
7
|
-
- TDFCelebiParser
|
8
|
-
- TDFDataBinding
|
9
|
-
- CocoaLumberjack (3.4.1):
|
10
|
-
- CocoaLumberjack/Default (= 3.4.1)
|
11
|
-
- CocoaLumberjack/Extensions (= 3.4.1)
|
12
|
-
- CocoaLumberjack/Default (3.4.1)
|
13
|
-
- CocoaLumberjack/Extensions (3.4.1):
|
14
|
-
- CocoaLumberjack/Default
|
15
|
-
- CocoaSecurity (1.2.4.2)
|
16
|
-
- FLAnimatedImage (1.0.14)
|
17
|
-
- GYLThemeKit (0.0.1):
|
18
|
-
- YYModel
|
19
|
-
- JSONKit (1.5.3)
|
20
|
-
- libextobjc (0.5.1):
|
21
|
-
- libextobjc/TdfireBinary (= 0.5.1)
|
22
|
-
- libextobjc/TdfireBinary (0.5.1)
|
23
|
-
- libwebp (0.6.0):
|
24
|
-
- libwebp/core (= 0.6.0)
|
25
|
-
- libwebp/dec (= 0.6.0)
|
26
|
-
- libwebp/demux (= 0.6.0)
|
27
|
-
- libwebp/dsp (= 0.6.0)
|
28
|
-
- libwebp/enc (= 0.6.0)
|
29
|
-
- libwebp/mux (= 0.6.0)
|
30
|
-
- libwebp/utils (= 0.6.0)
|
31
|
-
- libwebp/webp (= 0.6.0)
|
32
|
-
- libwebp/core (0.6.0):
|
33
|
-
- libwebp/webp
|
34
|
-
- libwebp/dec (0.6.0):
|
35
|
-
- libwebp/core
|
36
|
-
- libwebp/demux (0.6.0):
|
37
|
-
- libwebp/core
|
38
|
-
- libwebp/dsp (0.6.0):
|
39
|
-
- libwebp/core
|
40
|
-
- libwebp/enc (0.6.0):
|
41
|
-
- libwebp/core
|
42
|
-
- libwebp/mux (0.6.0):
|
43
|
-
- libwebp/core
|
44
|
-
- libwebp/utils (0.6.0):
|
45
|
-
- libwebp/core
|
46
|
-
- libwebp/webp (0.6.0)
|
47
|
-
- Mantle (2.0.7.1):
|
48
|
-
- Mantle/TdfireBinary (= 2.0.7.1)
|
49
|
-
- Mantle/TdfireBinary (2.0.7.1)
|
50
|
-
- Masonry (1.0.1.1)
|
51
|
-
- MBProgressHUD (1.1.0.1)
|
52
|
-
- Nimbus/Core (1.3.0)
|
53
|
-
- NSHash (1.1.0.1)
|
54
|
-
- PinYin4Objc (1.1.3)
|
55
|
-
- ReactiveObjC (2.1.0.4)
|
56
|
-
- RegexKitLite (4.0.2)
|
57
|
-
- SDWebImage (4.0.0.2):
|
58
|
-
- SDWebImage/TdfireBinary (= 4.0.0.2)
|
59
|
-
- SDWebImage/TdfireBinary (4.0.0.2):
|
60
|
-
- FLAnimatedImage (~> 1.0)
|
61
|
-
- libwebp
|
62
|
-
- TBXML (1.5.1.1)
|
63
|
-
- TDFAdaptationKit (0.1.1)
|
64
|
-
- TDFAPIHUDPresenter (1.1.3):
|
65
|
-
- Masonry
|
66
|
-
- MBProgressHUD (~> 1.0)
|
67
|
-
- TDFAPIKit (~> 1.0)
|
68
|
-
- TDFCategories
|
69
|
-
- TDFAPIKit (1.2.8):
|
70
|
-
- TDFCategories
|
71
|
-
- TDFNetworking
|
72
|
-
- TDFAsync (0.1.3)
|
73
|
-
- TDFBaseInfoKit (0.2.2)
|
74
|
-
- TDFBaseUI (0.1.8):
|
75
|
-
- Masonry
|
76
|
-
- TDFBaseUI/Common (= 0.1.8)
|
77
|
-
- TDFBaseUI/Login (= 0.1.8)
|
78
|
-
- TDFBaseUI/SearchBar (= 0.1.8)
|
79
|
-
- TDFBaseUI/Common (0.1.8):
|
80
|
-
- Masonry
|
81
|
-
- TDFBaseUI/Login
|
82
|
-
- TDFCore
|
83
|
-
- TOCropViewController
|
84
|
-
- TDFBaseUI/Login (0.1.8):
|
85
|
-
- Masonry
|
86
|
-
- TDFAPIHUDPresenter
|
87
|
-
- TDFBatchOperation
|
88
|
-
- TDFCommunalModel
|
89
|
-
- TDFKeyboard
|
90
|
-
- TDFOldSystemService
|
91
|
-
- TDFStyleKit
|
92
|
-
- TDFBaseUI/SearchBar (0.1.8):
|
93
|
-
- Masonry
|
94
|
-
- TDFBaseUI/Login
|
95
|
-
- TDFCore
|
96
|
-
- TDFBatchOperation (1.1.6):
|
97
|
-
- TDFCoreProtocol (~> 1.0)
|
98
|
-
- TDFCategories (2.0.14):
|
99
|
-
- TDFCategories/NSBundle (= 2.0.14)
|
100
|
-
- TDFCategories/NSData (= 2.0.14)
|
101
|
-
- TDFCategories/NSDictionay (= 2.0.14)
|
102
|
-
- TDFCategories/NSMutableArray (= 2.0.14)
|
103
|
-
- TDFCategories/NSString (= 2.0.14)
|
104
|
-
- TDFCategories/UICollectionReusableView (= 2.0.14)
|
105
|
-
- TDFCategories/UICollectionViewCell (= 2.0.14)
|
106
|
-
- TDFCategories/UIColor (= 2.0.14)
|
107
|
-
- TDFCategories/UIImage (= 2.0.14)
|
108
|
-
- TDFCategories/UILabel (= 2.0.14)
|
109
|
-
- TDFCategories/UIScrollView (= 2.0.14)
|
110
|
-
- TDFCategories/UITableViewCell (= 2.0.14)
|
111
|
-
- TDFCategories/UITableViewHeaderFooterView (= 2.0.14)
|
112
|
-
- TDFCategories/UIView (= 2.0.14)
|
113
|
-
- TDFCategories/UIViewController (= 2.0.14)
|
114
|
-
- TDFCategories/NSBundle (2.0.14)
|
115
|
-
- TDFCategories/NSData (2.0.14)
|
116
|
-
- TDFCategories/NSDictionay (2.0.14)
|
117
|
-
- TDFCategories/NSMutableArray (2.0.14)
|
118
|
-
- TDFCategories/NSString (2.0.14):
|
119
|
-
- TDFDataCenterKit
|
120
|
-
- TDFCategories/UICollectionReusableView (2.0.14)
|
121
|
-
- TDFCategories/UICollectionViewCell (2.0.14)
|
122
|
-
- TDFCategories/UIColor (2.0.14)
|
123
|
-
- TDFCategories/UIImage (2.0.14)
|
124
|
-
- TDFCategories/UILabel (2.0.14)
|
125
|
-
- TDFCategories/UIScrollView (2.0.14)
|
126
|
-
- TDFCategories/UITableViewCell (2.0.14)
|
127
|
-
- TDFCategories/UITableViewHeaderFooterView (2.0.14)
|
128
|
-
- TDFCategories/UIView (2.0.14)
|
129
|
-
- TDFCategories/UIViewController (2.0.14)
|
130
|
-
- TDFCelebiFunctions (0.3.9):
|
131
|
-
- Celebi
|
132
|
-
- TDFCelebiParser (0.5.2)
|
133
|
-
- TDFCommonUtility (0.1.0):
|
134
|
-
- Masonry
|
135
|
-
- TDFCommunalModel (0.1.8):
|
136
|
-
- Mantle
|
137
|
-
- Masonry
|
138
|
-
- PinYin4Objc
|
139
|
-
- TDFBatchOperation
|
140
|
-
- TDFCategories
|
141
|
-
- TDFCoreProtocol
|
142
|
-
- TDFOldBaseUtil
|
143
|
-
- YYModel
|
144
|
-
- TDFComponents (1.9.4):
|
145
|
-
- TDFComponents/Business (= 1.9.4)
|
146
|
-
- TDFComponents/Core (= 1.9.4)
|
147
|
-
- TDFComponents/Login (= 1.9.4)
|
148
|
-
- TDFComponents/SupplyChainBridge (= 1.9.4)
|
149
|
-
- TDFComponents/Business (1.9.4):
|
150
|
-
- Celebi
|
151
|
-
- TDFCommonUtility
|
152
|
-
- TDFComponents/SupplyChainBridge
|
153
|
-
- TDFImageSourceManager
|
154
|
-
- TDFOldBaseUtil
|
155
|
-
- TDFComponents/Core (1.9.4):
|
156
|
-
- Masonry
|
157
|
-
- TDFComponents/Login (1.9.4):
|
158
|
-
- ReactiveObjC
|
159
|
-
- SDWebImage
|
160
|
-
- TDFAPIKit
|
161
|
-
- TDFBatchOperation
|
162
|
-
- TDFCategories
|
163
|
-
- TDFCommunalModel
|
164
|
-
- TDFComponents/Core
|
165
|
-
- TDFCore
|
166
|
-
- TDFDateFormatKit
|
167
|
-
- TDFKeyboard
|
168
|
-
- TDFOldBaseUtil
|
169
|
-
- TDFOldSystemService
|
170
|
-
- TDFPickerProxy
|
171
|
-
- TDFProvinceManager
|
172
|
-
- TTTAttributedLabel
|
173
|
-
- YYText
|
174
|
-
- TDFComponents/SupplyChainBridge (1.9.4):
|
175
|
-
- TDFComponents/Login
|
176
|
-
- TDFCore (1.2.0):
|
177
|
-
- GYLThemeKit (~> 0.0.1)
|
178
|
-
- libextobjc
|
179
|
-
- MBProgressHUD (~> 1.0)
|
180
|
-
- RegexKitLite
|
181
|
-
- SDWebImage
|
182
|
-
- TDFAdaptationKit
|
183
|
-
- TDFCategories/NSString
|
184
|
-
- TDFCategories/UIColor
|
185
|
-
- TDFCategories/UIImage
|
186
|
-
- TDFCategories/UIViewController
|
187
|
-
- TDFCoreProtocol (~> 1.0)
|
188
|
-
- TDFDataCenterKit
|
189
|
-
- TDFNetworking
|
190
|
-
- TDFOldBaseUtil
|
191
|
-
- TDFStyleKit
|
192
|
-
- TDFThemeKit
|
193
|
-
- TDFCoreProtocol (1.2.5)
|
194
|
-
- TDFDataBinding (0.2.4)
|
195
|
-
- TDFDataCenterKit (0.2.4)
|
196
|
-
- TDFDateFormatKit (1.0.5)
|
197
|
-
- TDFHTTPDNSKit (0.0.5):
|
198
|
-
- TDFSecurityKit
|
199
|
-
- TDFImageSourceManager (1.2.5):
|
200
|
-
- ReactiveObjC
|
201
|
-
- SDWebImage
|
202
|
-
- TDFAPIHUDPresenter
|
203
|
-
- TDFAPIKit (~> 1.0)
|
204
|
-
- TDFCategories
|
205
|
-
- TDFDataCenterKit
|
206
|
-
- TDFLogger
|
207
|
-
- TDFMediatorKit
|
208
|
-
- TOCropViewController
|
209
|
-
- TDFKeyboard (0.1.7)
|
210
|
-
- TDFLogger (1.2.0):
|
211
|
-
- TDFLogger/Core (= 1.2.0)
|
212
|
-
- TDFLogger/Initializer (= 1.2.0)
|
213
|
-
- TDFLogger/Core (1.2.0):
|
214
|
-
- CocoaLumberjack (~> 3.0)
|
215
|
-
- TDFLogger/Initializer (1.2.0):
|
216
|
-
- TDFLogger/Core
|
217
|
-
- TDFModuleKit
|
218
|
-
- TDFMediatorKit (0.9.21)
|
219
|
-
- TDFModuleKit (1.0.3)
|
220
|
-
- TDFNetworking (0.5.3):
|
221
|
-
- AFNetworking
|
222
|
-
- CocoaSecurity
|
223
|
-
- MBProgressHUD
|
224
|
-
- Nimbus/Core
|
225
|
-
- NSHash
|
226
|
-
- TDFDataCenterKit
|
227
|
-
- TDFHTTPDNSKit
|
228
|
-
- TDFOldBaseUtil (0.2.20):
|
229
|
-
- JSONKit
|
230
|
-
- Masonry
|
231
|
-
- PinYin4Objc
|
232
|
-
- RegexKitLite
|
233
|
-
- SDWebImage
|
234
|
-
- TDFBaseInfoKit
|
235
|
-
- TDFNetworking (~> 0.3)
|
236
|
-
- TDFOldSystemService (0.2.6):
|
237
|
-
- TBXML
|
238
|
-
- TDFBaseInfoKit
|
239
|
-
- TDFCoreProtocol
|
240
|
-
- TDFDataCenterKit
|
241
|
-
- TDFOldBaseUtil
|
242
|
-
- YYModel
|
243
|
-
- TDFPickerProxy (1.1.20):
|
244
|
-
- TDFPickerProxy/TdfireBinary (= 1.1.20)
|
245
|
-
- TDFPickerProxy/TdfireBinary (1.1.20):
|
246
|
-
- Masonry
|
247
|
-
- TDFBatchOperation (~> 1.0)
|
248
|
-
- TDFDateFormatKit
|
249
|
-
- TDFPresentationController (~> 1.0)
|
250
|
-
- TDFProvinceManager
|
251
|
-
- TDFPresentationController (1.0.2)
|
252
|
-
- TDFProvinceManager (0.0.8):
|
253
|
-
- TDFBatchOperation
|
254
|
-
- YYModel
|
255
|
-
- TDFSecurityKit (0.1.0)
|
256
|
-
- TDFStyleKit (0.2.0)
|
257
|
-
- TDFThemeKit (0.1.1):
|
258
|
-
- YYModel
|
259
|
-
- test (0.1.0)
|
260
|
-
- TOCropViewController (0.0.5)
|
261
|
-
- TTTAttributedLabel (2.0.0.1)
|
262
|
-
- YYModel (1.0.4.2)
|
263
|
-
- YYText (1.0.7.1)
|
264
|
-
|
265
|
-
DEPENDENCIES:
|
266
|
-
- TDFBaseUI
|
267
|
-
- TDFCelebiFunctions
|
268
|
-
- TDFComponents
|
269
|
-
- TDFCoreProtocol
|
270
|
-
- test (from `../`)
|
271
|
-
|
272
|
-
EXTERNAL SOURCES:
|
273
|
-
test:
|
274
|
-
:path: "../"
|
275
|
-
|
276
|
-
SPEC CHECKSUMS:
|
277
|
-
AFNetworking: 032062ffb24bf902c3040070304569831ee6eeea
|
278
|
-
Celebi: 3c38b21ef1c9750baef67fc1c3ee2722aa7f8e4e
|
279
|
-
CocoaLumberjack: 3c886aa76d56528b0482320c2549c925adb67fd2
|
280
|
-
CocoaSecurity: b61a06b3567d9a817ea2fe457cbe691669886288
|
281
|
-
FLAnimatedImage: e002796fb1f89aff2d28ce6b4979cfb27a8d8da5
|
282
|
-
GYLThemeKit: d5f5eb1695fc8091628079f0af54f880232a61fd
|
283
|
-
JSONKit: 38454d68cc832cb1a878475a6d1b9db148e5be77
|
284
|
-
libextobjc: 728d4dc0e915e8f0713fc4d9c100feaec4fe52f0
|
285
|
-
libwebp: ede9260022b6604376c51f660b2662b4b76f2fa5
|
286
|
-
Mantle: 2b5ef77100047f0bb201dd09c9f78bbb3ea9e7cf
|
287
|
-
Masonry: '05666589d973e2a8624b5c6134b2e1015f3dfdac'
|
288
|
-
MBProgressHUD: 51126d6c82778b4a5fa3636f6e91ff1a2bd5a2c4
|
289
|
-
Nimbus: 76f04cfdbd2ab192cb3f61b3e5cc4e09117b7595
|
290
|
-
NSHash: 2061df4462dde0b8583dbcc620eaf80b227dd845
|
291
|
-
PinYin4Objc: ac8acd50672dc33ec6e7b5bf969cdf8115645234
|
292
|
-
ReactiveObjC: 5b6952495a73242167f201ee017c335daa802574
|
293
|
-
RegexKitLite: b78a6e6d457040b7e9a7cad0f30d0c83e5e0eaa4
|
294
|
-
SDWebImage: 8ffb21d8dc6efff54c166bc5505f9c1ff18061ff
|
295
|
-
TBXML: '05775619d410c76b5f85b117522d016f349ed5ec'
|
296
|
-
TDFAdaptationKit: a8d77595709aed38180d93cdaa93f9fa78f9b2f4
|
297
|
-
TDFAPIHUDPresenter: aaa406637e2802697bc99011b05f229ab464df70
|
298
|
-
TDFAPIKit: 9db08b3931a1565ed5972ed5a85e1a47a9cc3a0a
|
299
|
-
TDFAsync: d6e9cbf6e8af5f28d16eb69821240852cceca23b
|
300
|
-
TDFBaseInfoKit: 448d51c9e23c2c6b7fc8047d74fae15e5925c426
|
301
|
-
TDFBaseUI: c57f80706c881305cba1fdc4acbb23a018fb7f4f
|
302
|
-
TDFBatchOperation: fdba5a19e6d9a520a28f8b71515df0841f622b59
|
303
|
-
TDFCategories: 6fee21b25b72f50749ae15b3a6bf25efb292ee0b
|
304
|
-
TDFCelebiFunctions: 3884d6c8f67a562ced0079da144b657cfa31d5eb
|
305
|
-
TDFCelebiParser: 268c3497760cba08f32402f5cd11a15e39228511
|
306
|
-
TDFCommonUtility: dce0608012023d238863854451fb0c3c73f2c46a
|
307
|
-
TDFCommunalModel: df8b24c12d03c614feb6d643eda3df0e1d867e7d
|
308
|
-
TDFComponents: 15891bbfae1edc6071312a6756c157b369ad39c4
|
309
|
-
TDFCore: 6bb8c9c29a95404b02f0f9d3f05465fb017453c3
|
310
|
-
TDFCoreProtocol: cef7fe5894e1bb178946cdbb65eec226aa816656
|
311
|
-
TDFDataBinding: 3be1c69001aa50e61975b07ce5f659848d4a9ad6
|
312
|
-
TDFDataCenterKit: e1193e9251dcd4bf0b861cf10e926a95db335391
|
313
|
-
TDFDateFormatKit: 729f4bd1b0ab5ba2383c758351664bcac1dd6507
|
314
|
-
TDFHTTPDNSKit: dd45426f9aff78a1139d45facd4003761dfaf6df
|
315
|
-
TDFImageSourceManager: 0a4bb1f7e16891dc5242a465b6e68d0c1ad861e7
|
316
|
-
TDFKeyboard: 79275c2e2850eb2c220d85dd158d6a1cc701c774
|
317
|
-
TDFLogger: 7eed4ef751cc42fc44ec470f9aa39c32e3a3a22d
|
318
|
-
TDFMediatorKit: cce96aa5ad938b0c558012506c182de63083b076
|
319
|
-
TDFModuleKit: 9f195cb1aca1c773a47c0fa7138bdd73c35bb394
|
320
|
-
TDFNetworking: aa19c50ba4f31cb9b8fc45bac864fee14995a61f
|
321
|
-
TDFOldBaseUtil: 524e2d07b2c08a9d164c20100cc591cbb090530f
|
322
|
-
TDFOldSystemService: 21b3125907ef736bd42e0a686c1611a37e464a46
|
323
|
-
TDFPickerProxy: aa9770c90b3baef53bea607af2df61f1590031d8
|
324
|
-
TDFPresentationController: 378575ff47176bf2efec25a5995a662b662a8bec
|
325
|
-
TDFProvinceManager: 58b48bb16076c64a0eefb690b80abf13d45cb5fe
|
326
|
-
TDFSecurityKit: 6c9f8923c6bcfc3ba5083f212a36862598f97c8b
|
327
|
-
TDFStyleKit: be5429ac923bfbc47e6bd381d582610af2428a79
|
328
|
-
TDFThemeKit: 72be0908ce7a6fc92a4ae6322786e80e2b68e631
|
329
|
-
test: fb2905095e3417a905339ffdb06e336029a4a95c
|
330
|
-
TOCropViewController: 22a00046ec4e8b06521c77694421fb9568e1682b
|
331
|
-
TTTAttributedLabel: 4c78ee313a5900522091fed41a008b63a749d2a7
|
332
|
-
YYModel: e7c12e5834b520a7b9b2dcb6bd822e0bc546d45c
|
333
|
-
YYText: d4c12072e7a98c9d1ae60904adf53f9e4b59e625
|
334
|
-
|
335
|
-
PODFILE CHECKSUM: d02ee15d0a00d734ae15348bfe913b2a1ead0cab
|
336
|
-
|
337
|
-
COCOAPODS: 1.2.1
|