mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-24 04:15:32 +08:00
Update for 2.0
This commit is contained in:
@@ -24,11 +24,11 @@ PODS:
|
||||
- libwebp/core
|
||||
- libwebp/webp (0.5.0)
|
||||
- PINCache (2.1.2)
|
||||
- PINRemoteImage/Core (1.2.3):
|
||||
- PINRemoteImage/Core (2.0):
|
||||
- PINCache (>= 2.1)
|
||||
- PINRemoteImage/iOS (1.2.3):
|
||||
- PINRemoteImage/iOS (2.0):
|
||||
- PINRemoteImage/Core
|
||||
- PINRemoteImage/WebP (1.2.3):
|
||||
- PINRemoteImage/WebP (2.0):
|
||||
- libwebp
|
||||
- PINRemoteImage/Core
|
||||
|
||||
@@ -44,6 +44,6 @@ EXTERNAL SOURCES:
|
||||
SPEC CHECKSUMS:
|
||||
libwebp: 68ba2001ba6806ee52837ebd77a551a0b6567e4e
|
||||
PINCache: 9e70271f1bdd60c0465b7208adcc4b6acc1fc376
|
||||
PINRemoteImage: 17194cf6be2c77eaad9f554c2605fc96b059ed22
|
||||
PINRemoteImage: 13b66fc3694c84eb1d38aebdee02c952e82fa7fe
|
||||
|
||||
COCOAPODS: 0.38.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "PINRemoteImage",
|
||||
"version": "1.2.3",
|
||||
"version": "2.0",
|
||||
"summary": "A thread safe, performant, feature rich image fetcher",
|
||||
"homepage": "https://github.com/pinterest/PINRemoteImage",
|
||||
"license": "Apache 2.0",
|
||||
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/pinterest/PINRemoteImage.git",
|
||||
"tag": "1.2.3"
|
||||
"tag": "2.0"
|
||||
},
|
||||
"social_media_url": "https://twitter.com/garrettmoon",
|
||||
"platforms": {
|
||||
@@ -39,6 +39,7 @@
|
||||
},
|
||||
{
|
||||
"name": "iOS",
|
||||
"platforms": "ios",
|
||||
"dependencies": {
|
||||
"PINRemoteImage/Core": [
|
||||
|
||||
@@ -48,6 +49,7 @@
|
||||
},
|
||||
{
|
||||
"name": "OSX",
|
||||
"platforms": "osx",
|
||||
"dependencies": {
|
||||
"PINRemoteImage/Core": [
|
||||
|
||||
@@ -57,6 +59,7 @@
|
||||
},
|
||||
{
|
||||
"name": "FLAnimatedImage",
|
||||
"platforms": "ios",
|
||||
"dependencies": {
|
||||
"PINRemoteImage/Core": [
|
||||
|
||||
|
||||
8
Example/Pods/Manifest.lock
generated
vendored
8
Example/Pods/Manifest.lock
generated
vendored
@@ -24,11 +24,11 @@ PODS:
|
||||
- libwebp/core
|
||||
- libwebp/webp (0.5.0)
|
||||
- PINCache (2.1.2)
|
||||
- PINRemoteImage/Core (1.2.3):
|
||||
- PINRemoteImage/Core (2.0):
|
||||
- PINCache (>= 2.1)
|
||||
- PINRemoteImage/iOS (1.2.3):
|
||||
- PINRemoteImage/iOS (2.0):
|
||||
- PINRemoteImage/Core
|
||||
- PINRemoteImage/WebP (1.2.3):
|
||||
- PINRemoteImage/WebP (2.0):
|
||||
- libwebp
|
||||
- PINRemoteImage/Core
|
||||
|
||||
@@ -44,6 +44,6 @@ EXTERNAL SOURCES:
|
||||
SPEC CHECKSUMS:
|
||||
libwebp: 68ba2001ba6806ee52837ebd77a551a0b6567e4e
|
||||
PINCache: 9e70271f1bdd60c0465b7208adcc4b6acc1fc376
|
||||
PINRemoteImage: 17194cf6be2c77eaad9f554c2605fc96b059ed22
|
||||
PINRemoteImage: 13b66fc3694c84eb1d38aebdee02c952e82fa7fe
|
||||
|
||||
COCOAPODS: 0.38.2
|
||||
|
||||
556
Example/Pods/Pods.xcodeproj/project.pbxproj
generated
556
Example/Pods/Pods.xcodeproj/project.pbxproj
generated
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "7F8BE1EAD80FABD3EDC0CCFD"
|
||||
BlueprintIdentifier = "4FA373D6A869C1AD42926C2E"
|
||||
BuildableName = "libPods-PINRemoteImage Tests-PINRemoteImage.a"
|
||||
BlueprintName = "Pods-PINRemoteImage Tests-PINRemoteImage"
|
||||
ReferencedContainer = "container:Pods.xcodeproj">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "8985898EE75AC024CF83E3A0"
|
||||
BlueprintIdentifier = "20B7B39F761D4DC5E291BA47"
|
||||
BuildableName = "libPods-PINRemoteImage-PINRemoteImage.a"
|
||||
BlueprintName = "Pods-PINRemoteImage-PINRemoteImage"
|
||||
ReferencedContainer = "container:Pods.xcodeproj">
|
||||
|
||||
Reference in New Issue
Block a user