Skip to content

Commit 754038f

Browse files
committed
add pods test project
1 parent ae513ae commit 754038f

File tree

7 files changed

+457
-1
lines changed

7 files changed

+457
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ profile
1717
*.moved-aside
1818
DerivedData
1919
.xcconfig
20-
ExampleProject/Pods/
20+
*/Pods/
2121

2222
# SPM
2323
.build

pods_testProject/Podfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
platform :ios, 17.0
2+
target 'pod_test'
3+
4+
pod 'JDStatusBarNotification', :git => 'https://github.com/calimarkus/JDStatusBarNotification.git'
5+

pods_testProject/Podfile.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
PODS:
2+
- JDStatusBarNotification (2.2.3)
3+
4+
DEPENDENCIES:
5+
- JDStatusBarNotification (from `https://github.com/calimarkus/JDStatusBarNotification.git`)
6+
7+
EXTERNAL SOURCES:
8+
JDStatusBarNotification:
9+
:git: https://github.com/calimarkus/JDStatusBarNotification.git
10+
11+
CHECKOUT OPTIONS:
12+
JDStatusBarNotification:
13+
:commit: 64c2edfa02b82cfece5a54266ba610a363938ca2
14+
:git: https://github.com/calimarkus/JDStatusBarNotification.git
15+
16+
SPEC CHECKSUMS:
17+
JDStatusBarNotification: 13e81a2fd3dcc89c629657706190dcba81b8f174
18+
19+
PODFILE CHECKSUM: 91f4498062016fab02c26d379525febdbf0b79a1
20+
21+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)