Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Nov 29, 2022
1 parent 25e91a1 commit 360cd32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TONavigationBar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TONavigationBar'
s.version = '0.0.1'
s.version = '1.0.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A UINavigationBar subclass that recreates the clear bar style of Apple\'s modern apps'
s.homepage = 'https://github.com/TimOliver/TONavigationBar'
Expand Down
6 changes: 5 additions & 1 deletion TONavigationBarExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
222D3A79202187FA0015D098 /* TONavigationBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 222D3A78202187FA0015D098 /* TONavigationBar.m */; };
222D3A7C20218D540015D098 /* SubViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 222D3A7B20218D540015D098 /* SubViewController.m */; };
223F5CF9293635F400EEF45E /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 223F5CF8293635F400EEF45E /* README.md */; };
223F5CFB29363B0800EEF45E /* TONavigationBar.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 223F5CFA29363B0800EEF45E /* TONavigationBar.podspec */; };
2281FE4C202E071300D47FE2 /* TOHeaderImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2281FE4B202E071300D47FE2 /* TOHeaderImageView.m */; };
22AAB34A202E984E00B9B39D /* OK.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 22AAB349202E984E00B9B39D /* OK.jpg */; };
22AAB34C202EE43200B9B39D /* Firewatch.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 22AAB34B202EE43100B9B39D /* Firewatch.jpg */; };
Expand All @@ -35,6 +36,7 @@
222D3A7A20218D540015D098 /* SubViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SubViewController.h; sourceTree = "<group>"; };
222D3A7B20218D540015D098 /* SubViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SubViewController.m; sourceTree = "<group>"; };
223F5CF8293635F400EEF45E /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
223F5CFA29363B0800EEF45E /* TONavigationBar.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TONavigationBar.podspec; sourceTree = "<group>"; };
2281FE4A202E071300D47FE2 /* TOHeaderImageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TOHeaderImageView.h; sourceTree = "<group>"; };
2281FE4B202E071300D47FE2 /* TOHeaderImageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TOHeaderImageView.m; sourceTree = "<group>"; };
22AAB349202E984E00B9B39D /* OK.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = OK.jpg; sourceTree = "<group>"; };
Expand All @@ -55,9 +57,10 @@
222D3A54202175C10015D098 = {
isa = PBXGroup;
children = (
223F5CF8293635F400EEF45E /* README.md */,
222D3A76202187D80015D098 /* TONavigationBar */,
222D3A5F202175C10015D098 /* TONavigationBarExample */,
223F5CFA29363B0800EEF45E /* TONavigationBar.podspec */,
223F5CF8293635F400EEF45E /* README.md */,
222D3A5E202175C10015D098 /* Products */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -159,6 +162,7 @@
buildActionMask = 2147483647;
files = (
222D3A6D202175C10015D098 /* LaunchScreen.storyboard in Resources */,
223F5CFB29363B0800EEF45E /* TONavigationBar.podspec in Resources */,
22AAB34C202EE43200B9B39D /* Firewatch.jpg in Resources */,
223F5CF9293635F400EEF45E /* README.md in Resources */,
222D3A6A202175C10015D098 /* Assets.xcassets in Resources */,
Expand Down

0 comments on commit 360cd32

Please sign in to comment.