Skip to content

Commit

Permalink
ADD SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeon0976 committed Apr 29, 2024
1 parent 5d69b2e commit 06f1372
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Example/SpeechBubble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@
Base,
);
mainGroup = 607FACC71AFB9204008FA782;
packageReferences = (
);
productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions Sources/SpeechBubble/SpeechBubble.swift

This file was deleted.

4 changes: 2 additions & 2 deletions SpeechBubble.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SpeechBubble'
s.version = '0.1.1'
s.version = '0.1.3'
s.summary = "An iOS View class for displaying speech bubbles with customizable arrows and text labels."

# This description is used to generate tags and improve search results.
Expand All @@ -30,7 +30,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '13.0'

s.source_files = 'SpeechBubble/Classes/**/*'
s.source_files = 'Sources/SpeechBubble/Classes/**/*'
s.swift_version = '5.0'

# s.resource_bundles = {
Expand Down

0 comments on commit 06f1372

Please sign in to comment.