Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 3d48881

Browse files
committed
update cocoapods
1 parent 8580e69 commit 3d48881

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use_frameworks!
22
platform :ios, '9.0'
33

44
target 'WeLoop_Example' do
5-
pod 'WeLoop', :path => '../'
5+
pod 'WeLoop'
66

77
target 'WeLoop_Tests' do
88
inherit! :search_paths

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ SPEC CHECKSUMS:
1313

1414
PODFILE CHECKSUM: f2bbf31f07ce3fbb7efbfdc77822603ebfe51121
1515

16-
COCOAPODS: 1.7.1
16+
COCOAPODS: 1.7.3
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)