Commit f409f22d authored by 管鹏飞's avatar 管鹏飞

pod

parent d4286c2c
...@@ -20,14 +20,11 @@ PODS: ...@@ -20,14 +20,11 @@ PODS:
- AFNetworking/UIKit (2.5.4): - AFNetworking/UIKit (2.5.4):
- AFNetworking/NSURLConnection - AFNetworking/NSURLConnection
- AFNetworking/NSURLSession - AFNetworking/NSURLSession
- BaiduMapAPI (2.8.0): - BaiduMapAPI (2.8.1):
- BaiduMapAPI/All (= 2.8.0) - BaiduMapAPI/Default (= 2.8.1)
- BaiduMapAPI/All (2.8.0): - BaiduMapAPI/Default (2.8.1):
- BaiduMapAPI/Core - BaiduMapAPI/Universal
- BaiduMapAPI/Extend - BaiduMapAPI/Universal (2.8.1)
- BaiduMapAPI/Core (2.8.0)
- BaiduMapAPI/Extend (2.8.0):
- BaiduMapAPI/Core
- Base64nl (1.2) - Base64nl (1.2)
- FMDB (2.5): - FMDB (2.5):
- FMDB/standard (= 2.5) - FMDB/standard (= 2.5)
...@@ -53,7 +50,7 @@ DEPENDENCIES: ...@@ -53,7 +50,7 @@ DEPENDENCIES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
BaiduMapAPI: e066aa1e85f9fee77a1bc071afb67552852bb0fb BaiduMapAPI: 2d03e12a51d5c6c49ece555c6bdda8562635cc02
Base64nl: a497bdcd1c01ea793d36b399016195a8713c0e95 Base64nl: a497bdcd1c01ea793d36b399016195a8713c0e95
FMDB: 96e8f1bcc1329e269330f99770ad4285d9003e52 FMDB: 96e8f1bcc1329e269330f99770ad4285d9003e52
MBProgressHUD: c47f2c166c126cf2ce36498d80f33e754d4e93ad MBProgressHUD: c47f2c166c126cf2ce36498d80f33e754d4e93ad
...@@ -61,4 +58,4 @@ SPEC CHECKSUMS: ...@@ -61,4 +58,4 @@ SPEC CHECKSUMS:
SDWebImage: 1d2b1a1efda1ade1b00b6f8498865f8ddedc8a84 SDWebImage: 1d2b1a1efda1ade1b00b6f8498865f8ddedc8a84
SSKeychain: 3f42991739c6c60a9cf1bbd4dff6c0d3694bcf3d SSKeychain: 3f42991739c6c60a9cf1bbd4dff6c0d3694bcf3d
COCOAPODS: 0.38.2 COCOAPODS: 0.39.0
...@@ -1560,6 +1560,7 @@ ...@@ -1560,6 +1560,7 @@
C1F696001AB870B400F9F5DD /* Frameworks */, C1F696001AB870B400F9F5DD /* Frameworks */,
C1F696011AB870B400F9F5DD /* Resources */, C1F696011AB870B400F9F5DD /* Resources */,
1454647E6246AB3D8AAE6FF2 /* Copy Pods Resources */, 1454647E6246AB3D8AAE6FF2 /* Copy Pods Resources */,
92FEE99CB1FA0468B0C23667 /* Embed Pods Frameworks */,
); );
buildRules = ( buildRules = (
); );
...@@ -1690,6 +1691,21 @@ ...@@ -1690,6 +1691,21 @@
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0; showEnvVarsInLog = 0;
}; };
92FEE99CB1FA0468B0C23667 /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */
......
...@@ -7,4 +7,7 @@ ...@@ -7,4 +7,7 @@
<FileRef <FileRef
location = "group:Pods/Pods.xcodeproj"> location = "group:Pods/Pods.xcodeproj">
</FileRef> </FileRef>
<FileRef
location = "group:XFFruit.xcodeproj">
</FileRef>
</Workspace> </Workspace>
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