Skip to content

Commit

Permalink
Updated podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Oct 7, 2023
1 parent a423044 commit 4b64e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TORoundedButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/TimOliver/TORoundedButton'
s.author = 'Tim Oliver'
s.source = { :git => 'https://github.com/TimOliver/TORoundedButton.git', :tag => s.version }
s.platform = :ios, '10.0'
s.platform = :ios, '12.0'
s.source_files = 'TORoundedButton/**/*.{h,m}'
s.requires_arc = true
end
2 changes: 2 additions & 0 deletions TORoundedButtonExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
220FC30822BC67E700B5C284 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
220FC30922BC67FE00B5C284 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
221ACFC52AC939D700DE86FD /* TORoundedButtonExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = TORoundedButtonExample.entitlements; sourceTree = "<group>"; };
221ACFCF2AD0DAFC00DE86FD /* TORoundedButton.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = TORoundedButton.podspec; sourceTree = "<group>"; };
22700639226CA24D003492CB /* TORoundedButtonExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TORoundedButtonExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
2270063C226CA24D003492CB /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
2270063D226CA24D003492CB /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -112,6 +113,7 @@
2270063A226CA24D003492CB /* Products */,
220FC30922BC67FE00B5C284 /* CHANGELOG.md */,
220FC30822BC67E700B5C284 /* README.md */,
221ACFCF2AD0DAFC00DE86FD /* TORoundedButton.podspec */,
2274935225849DE500FE4C74 /* Frameworks */,
);
sourceTree = "<group>";
Expand Down

0 comments on commit 4b64e59

Please sign in to comment.