Update dependencies for example project

This commit is contained in:
Looping 2015-03-09 17:25:36 +08:00
parent cc4af0a989
commit 483e72cdfc
2 changed files with 21 additions and 11 deletions

View File

@ -1,6 +1,6 @@
PODS:
- iCarousel (1.8)
- pop (1.0.6)
- iCarousel (1.8.1)
- pop (1.0.7)
- RCPageControl (0.1):
- pop
@ -14,8 +14,8 @@ EXTERNAL SOURCES:
:path: ../
SPEC CHECKSUMS:
iCarousel: cf77aea48dfcde9a0cd85569a1d8a9b6dd543bd7
pop: e518794da38942c05255eb64b36d894e70cb4f00
RCPageControl: 9fa863ee5f220f76e1fac7a3f834e07325074302
iCarousel: 5acab560f10dc13da2440c89f35a0ad278b5147d
pop: 2f14a1ea61339767af9e66741b418c831b3844df
RCPageControl: bdfb2c9322b41bc4e4a166e585f4a6564e14643b
COCOAPODS: 0.33.1
COCOAPODS: 0.36.0.rc.1

View File

@ -29,6 +29,7 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
61AC90E87C6755CF070A725B /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
6E193FEF1A0665C200F6FE20 /* avatar@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "avatar@2x.png"; sourceTree = "<group>"; };
6E2F733519C72600008985F7 /* RCPageControlExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RCPageControlExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
6E2F733919C72600008985F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@ -44,7 +45,7 @@
6E2F735319C72601008985F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6E2F735419C72601008985F7 /* RCPageControlExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCPageControlExampleTests.m; sourceTree = "<group>"; };
6E55D24919C97C01008E8B03 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
8E717ED8CE5548A48B510212 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = "<group>"; };
DAF73DA31F7F816C3C0D9AD6 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
E1326DC0F37B4CD9B3DC981C /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@ -73,8 +74,8 @@
6E2F733719C72600008985F7 /* RCPageControlExample */,
6E2F735119C72601008985F7 /* RCPageControlExampleTests */,
6E2F733619C72600008985F7 /* Products */,
8E717ED8CE5548A48B510212 /* Pods.xcconfig */,
7C549DD4BE2E4976BC588DB1 /* Frameworks */,
CD3AD84DD2A6B0CD6515693C /* Pods */,
);
sourceTree = "<group>";
};
@ -138,6 +139,15 @@
name = Frameworks;
sourceTree = "<group>";
};
CD3AD84DD2A6B0CD6515693C /* Pods */ = {
isa = PBXGroup;
children = (
61AC90E87C6755CF070A725B /* Pods.debug.xcconfig */,
DAF73DA31F7F816C3C0D9AD6 /* Pods.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@ -249,7 +259,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
98157623954F4D229D890630 /* Check Pods Manifest.lock */ = {
@ -396,7 +406,7 @@
};
6E2F735919C72601008985F7 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8E717ED8CE5548A48B510212 /* Pods.xcconfig */;
baseConfigurationReference = 61AC90E87C6755CF070A725B /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = RCPageControlExample/Info.plist;
@ -407,7 +417,7 @@
};
6E2F735A19C72601008985F7 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8E717ED8CE5548A48B510212 /* Pods.xcconfig */;
baseConfigurationReference = DAF73DA31F7F816C3C0D9AD6 /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = RCPageControlExample/Info.plist;