Update for 2.0

This commit is contained in:
Garrett Moon
2016-02-08 18:48:48 -08:00
parent 3d34d8f499
commit 2082c10959
6 changed files with 293 additions and 290 deletions

View File

@@ -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

View File

@@ -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
View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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">

View File

@@ -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">