Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "Carthage/Checkouts/PINOperation"]
path = Carthage/Checkouts/PINOperation
url = https://github.com/pinterest/PINOperation.git
[submodule "Carthage/Checkouts/libwebp"]
path = Carthage/Checkouts/libwebp
url = https://chromium.googlesource.com/webm/libwebp
[submodule "Carthage/Checkouts/PINCache"]
path = Carthage/Checkouts/PINCache
url = https://github.com/pinterest/PINCache.git
[submodule "Carthage/Checkouts/PINRemoteImage"]
path = Carthage/Checkouts/PINRemoteImage
url = https://github.com/pinterest/PINRemoteImage.git
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "pinterest/PINRemoteImage" "3.0.0-beta.14"
github "pinterest/PINCache" "3.0.1-beta.7"
github "pinterest/PINRemoteImage" "master"
github "pinterest/PINCache" "master"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My gut feeling tells me that these should not be pinned to master. The Podspec has 3.00 for PINRemoteImage, and 3.0.1-beta.8 for PINCache.

8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
github "pinterest/PINCache" "3.0.1-beta.7"
github "pinterest/PINOperation" "1.1.2"
github "pinterest/PINRemoteImage" "3.0.0-beta.14"
git "https://chromium.googlesource.com/webm/libwebp" "v1.1.0"
github "pinterest/PINCache" "7d1f63ab03ff71a5bbf033201e59072a6a69c17a"
github "pinterest/PINOperation" "1.2"
github "pinterest/PINRemoteImage" "696077ce68a472483dc45d91cb5c351ffcaf2164"
1 change: 1 addition & 0 deletions Carthage/Checkouts/PINCache
Submodule PINCache added at 7d1f63
1 change: 1 addition & 0 deletions Carthage/Checkouts/PINOperation
Submodule PINOperation added at 2dc623
1 change: 1 addition & 0 deletions Carthage/Checkouts/PINRemoteImage
Submodule PINRemoteImage added at 696077
1 change: 1 addition & 0 deletions Carthage/Checkouts/libwebp
Submodule libwebp added at d7844e