Commit dade30c3 authored by 汪洋's avatar 汪洋

合并最新代码

parent ada28397
...@@ -256,6 +256,9 @@ ...@@ -256,6 +256,9 @@
LastUpgradeCheck = 0720; LastUpgradeCheck = 0720;
ORGANIZATIONNAME = wangyang; ORGANIZATIONNAME = wangyang;
TargetAttributes = { TargetAttributes = {
6003F589195388D20070C39A = {
LastSwiftMigration = 0830;
};
6003F5AD195388D20070C39A = { 6003F5AD195388D20070C39A = {
TestTargetID = 6003F589195388D20070C39A; TestTargetID = 6003F589195388D20070C39A;
}; };
...@@ -315,7 +318,7 @@ ...@@ -315,7 +318,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0; showEnvVarsInLog = 0;
}; };
79FB68620CCA68F29522ACC1 /* [CP] Check Pods Manifest.lock */ = { 79FB68620CCA68F29522ACC1 /* [CP] Check Pods Manifest.lock */ = {
...@@ -330,7 +333,7 @@ ...@@ -330,7 +333,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0; showEnvVarsInLog = 0;
}; };
8076969C9D6AA6428E01E508 /* [CP] Copy Pods Resources */ = { 8076969C9D6AA6428E01E508 /* [CP] Copy Pods Resources */ = {
...@@ -534,7 +537,7 @@ ...@@ -534,7 +537,7 @@
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "GMNetService/GMNetService_Example-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "GMNetService/GMNetService_Example-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3; SWIFT_VERSION = 3.0;
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };
name = Debug; name = Debug;
...@@ -554,7 +557,7 @@ ...@@ -554,7 +557,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "GMNetService/GMNetService_Example-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "GMNetService/GMNetService_Example-Bridging-Header.h";
SWIFT_VERSION = 2.3; SWIFT_VERSION = 3.0;
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };
name = Release; name = Release;
......
...@@ -14,7 +14,7 @@ PODS: ...@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0) - AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0): - AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession - AFNetworking/NSURLSession
- GMNetService (0.1.6): - GMNetService (0.1.7):
- AFNetworking (= 3.1.0) - AFNetworking (= 3.1.0)
DEPENDENCIES: DEPENDENCIES:
...@@ -26,8 +26,8 @@ EXTERNAL SOURCES: ...@@ -26,8 +26,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMNetService: 18ca8fd55cf10e64b9e9071271a421076b4366ae GMNetService: d2f649f90a499797345a6e3601f600b74ade2b0b
PODFILE CHECKSUM: 7ff46b43a8d5593b3f8ac864bad161c3754f2311 PODFILE CHECKSUM: 7ff46b43a8d5593b3f8ac864bad161c3754f2311
COCOAPODS: 1.2.0 COCOAPODS: 1.2.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment