Skip to content

Commit

Permalink
add pods test project
Browse files Browse the repository at this point in the history
  • Loading branch information
calimarkus committed Dec 8, 2024
1 parent ae513ae commit 754038f
Show file tree
Hide file tree
Showing 7 changed files with 457 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ profile
*.moved-aside
DerivedData
.xcconfig
ExampleProject/Pods/
*/Pods/

# SPM
.build
Expand Down
5 changes: 5 additions & 0 deletions pods_testProject/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
platform :ios, 17.0
target 'pod_test'

pod 'JDStatusBarNotification', :git => 'https://github.com/calimarkus/JDStatusBarNotification.git'

21 changes: 21 additions & 0 deletions pods_testProject/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
PODS:
- JDStatusBarNotification (2.2.3)

DEPENDENCIES:
- JDStatusBarNotification (from `https://github.com/calimarkus/JDStatusBarNotification.git`)

EXTERNAL SOURCES:
JDStatusBarNotification:
:git: https://github.com/calimarkus/JDStatusBarNotification.git

CHECKOUT OPTIONS:
JDStatusBarNotification:
:commit: 64c2edfa02b82cfece5a54266ba610a363938ca2
:git: https://github.com/calimarkus/JDStatusBarNotification.git

SPEC CHECKSUMS:
JDStatusBarNotification: 13e81a2fd3dcc89c629657706190dcba81b8f174

PODFILE CHECKSUM: 91f4498062016fab02c26d379525febdbf0b79a1

COCOAPODS: 1.16.2
Loading

0 comments on commit 754038f

Please sign in to comment.