Skip to content

Commit e34f7c9

Browse files
author
yanqizhou
committed
remove blog, update podspec version
1 parent 5f1eae0 commit e34f7c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DebugDatabase/Web.bundle/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@
7171
<a href="https://github.com/y500/YYDebugDatabase"
7272
target="_blank">Github</a>
7373
</li>
74-
<li>
75-
<a href="http://y500.me"
76-
target="_blank">Blog</a>
77-
</li>
7874
</ul>
7975
</div>
8076
<!-- /.navbar-collapse -->

YYDebugDatabase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'YYDebugDatabase'
11-
s.version = '2.0.3'
11+
s.version = '2.0.4'
1212
s.summary = 'easy way to process splite database'
1313

1414
s.homepage = 'https://y500.me'

YYDebugDatabase.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
8AE40E071FE5200C00B5F6CA /* NSString+json.h in Headers */ = {isa = PBXBuildFile; fileRef = E84AE64D1F3EA78F003A9EB7 /* NSString+json.h */; };
2525
8AE40E221FE5243A00B5F6CA /* iOSDebugDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A6C34E11FE516EF00C44E61 /* iOSDebugDatabase.h */; settings = {ATTRIBUTES = (Public, ); }; };
2626
8AE40E231FE5253900B5F6CA /* Web.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E8E069C81F40954500477064 /* Web.bundle */; };
27+
E834DAAC22DC5A6400FAC2C1 /* YYDebugDatabase.podspec in Resources */ = {isa = PBXBuildFile; fileRef = E834DAAB22DC5A6400FAC2C1 /* YYDebugDatabase.podspec */; };
2728
E84AE5F01F3ADDE3003A9EB7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E84AE5EF1F3ADDE3003A9EB7 /* main.m */; };
2829
E84AE5F31F3ADDE3003A9EB7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E84AE5F21F3ADDE3003A9EB7 /* AppDelegate.m */; };
2930
E84AE5F61F3ADDE3003A9EB7 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E84AE5F51F3ADDE3003A9EB7 /* ViewController.m */; };
@@ -51,6 +52,7 @@
5152
8A6C34F21FE517CF00C44E61 /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; };
5253
8A6C34F31FE5187700C44E61 /* GCDWebServers.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GCDWebServers.framework; path = ../../Build/iOS/GCDWebServers.framework; sourceTree = "<group>"; };
5354
8A6C34F41FE5187700C44E61 /* FMDB.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FMDB.framework; path = ../../Build/iOS/FMDB.framework; sourceTree = "<group>"; };
55+
E834DAAB22DC5A6400FAC2C1 /* YYDebugDatabase.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = YYDebugDatabase.podspec; sourceTree = "<group>"; };
5456
E84AE5EB1F3ADDE3003A9EB7 /* YYDebugDatabase.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YYDebugDatabase.app; sourceTree = BUILT_PRODUCTS_DIR; };
5557
E84AE5EF1F3ADDE3003A9EB7 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
5658
E84AE5F11F3ADDE3003A9EB7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@@ -125,6 +127,7 @@
125127
E84AE5E21F3ADDE3003A9EB7 = {
126128
isa = PBXGroup;
127129
children = (
130+
E834DAAB22DC5A6400FAC2C1 /* YYDebugDatabase.podspec */,
128131
8A6C34F21FE517CF00C44E61 /* Cartfile */,
129132
E84AE6091F3C39CD003A9EB7 /* DebugDatabase */,
130133
E84AE5ED1F3ADDE3003A9EB7 /* YYDebugDatabase */,
@@ -307,6 +310,7 @@
307310
E84AE6411F3D9BEF003A9EB7 /* Contact.db in Resources */,
308311
E84AE5FE1F3ADDE3003A9EB7 /* LaunchScreen.storyboard in Resources */,
309312
E84AE5FB1F3ADDE3003A9EB7 /* Assets.xcassets in Resources */,
313+
E834DAAC22DC5A6400FAC2C1 /* YYDebugDatabase.podspec in Resources */,
310314
E84AE5F91F3ADDE3003A9EB7 /* Main.storyboard in Resources */,
311315
);
312316
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)