Commit 4813b477 authored by licong's avatar licong

pod install

parent c1a207e3
......@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- GMBase (0.0.13):
- GMBase (0.0.14):
- GMNetService
- GMPhobos
- GMRefresh
......@@ -46,7 +46,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase: 0f607b29178e5c89fdd6e01a58fafac454fbe1d6
GMBase: 92223d43d48ecac3991fe1bb5e8d0ee5bc23f1c6
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMNetService: 2eb74ed62512078e9f00bc7006227a93c2acdf32
GMPhobos: ea037939d26853e09774fd7e399f0b34fc6107aa
......@@ -58,6 +58,6 @@ SPEC CHECKSUMS:
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
UITableView+FDTemplateLayoutCell: 234e1582bcc4e18461af91155123bb96538ed030
PODFILE CHECKSUM: 9ce9038dd459ce1a2403f8111c792b3549ce8741
PODFILE CHECKSUM: ce00d4a1976275d5cfbbb861bb917b80adaa527f
COCOAPODS: 1.1.0.rc.2
COCOAPODS: 1.1.1
{
"name": "GMBase",
"version": "0.0.13",
"version": "0.0.14",
"summary": "更美iOS APP 的 Objective-C 基础Pod库",
"homepage": "http://git.gengmei.cc/gengmeiios/GMBase",
"license": "仅限北京更美互动信息科技有限公司内部使用",
......@@ -9,7 +9,7 @@
},
"source": {
"git": "git@git.gengmei.cc:gengmeiios/GMBase.git",
"tag": "0.0.13"
"tag": "0.0.14"
},
"platforms": {
"ios": "8.0"
......
......@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- GMBase (0.0.13):
- GMBase (0.0.14):
- GMNetService
- GMPhobos
- GMRefresh
......@@ -46,7 +46,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase: 0f607b29178e5c89fdd6e01a58fafac454fbe1d6
GMBase: 92223d43d48ecac3991fe1bb5e8d0ee5bc23f1c6
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMNetService: 2eb74ed62512078e9f00bc7006227a93c2acdf32
GMPhobos: ea037939d26853e09774fd7e399f0b34fc6107aa
......@@ -58,6 +58,6 @@ SPEC CHECKSUMS:
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
UITableView+FDTemplateLayoutCell: 234e1582bcc4e18461af91155123bb96538ed030
PODFILE CHECKSUM: 9ce9038dd459ce1a2403f8111c792b3549ce8741
PODFILE CHECKSUM: ce00d4a1976275d5cfbbb861bb917b80adaa527f
COCOAPODS: 1.1.0.rc.2
COCOAPODS: 1.1.1
This source diff could not be displayed because it is too large. You can view the blob instead.
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "AFNetworking.h"
#import "AFHTTPSessionManager.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "GMBase.h"
#import "GMObject.h"
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.13</string>
<string>0.0.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "WMCacheService.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "GMNetConstant.h"
#import "WMImageUploadOperation.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "Phobos.h"
#import "PhobosConfig.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "GMRefreshConstant.h"
#import "GMRefreshFooter.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "JSONModel.h"
#import "JSONModelArray.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "MBProgressHUD.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "MJRefreshAutoFooter.h"
#import "MJRefreshBackFooter.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "MASCompositeConstraint.h"
#import "MASConstraint+Private.h"
......
......@@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in
;;
esac
realpath() {
DIRECTORY="$(cd "${1%/*}" && pwd)"
FILENAME="${1##*/}"
echo "$DIRECTORY/$FILENAME"
}
install_resource()
{
if [[ "$1" = /* ]] ; then
......@@ -70,7 +64,7 @@ EOM
xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
;;
*.xcassets)
ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH")
ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
;;
*)
......@@ -93,7 +87,7 @@ then
# Find all other xcassets (this unfortunately includes those of path pods and other targets).
OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
while read line; do
if [[ $line != "`realpath $PODS_ROOT`*" ]]; then
if [[ $line != "${PODS_ROOT}*" ]]; then
XCASSET_FILES+=("$line")
fi
done <<<"$OTHER_XCASSETS"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
FOUNDATION_EXPORT double Pods_GMBase_ExampleVersionNumber;
......
......@@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in
;;
esac
realpath() {
DIRECTORY="$(cd "${1%/*}" && pwd)"
FILENAME="${1##*/}"
echo "$DIRECTORY/$FILENAME"
}
install_resource()
{
if [[ "$1" = /* ]] ; then
......@@ -70,7 +64,7 @@ EOM
xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
;;
*.xcassets)
ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH")
ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
;;
*)
......@@ -93,7 +87,7 @@ then
# Find all other xcassets (this unfortunately includes those of path pods and other targets).
OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
while read line; do
if [[ $line != "`realpath $PODS_ROOT`*" ]]; then
if [[ $line != "${PODS_ROOT}*" ]]; then
XCASSET_FILES+=("$line")
fi
done <<<"$OTHER_XCASSETS"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
FOUNDATION_EXPORT double Pods_GMBase_TestsVersionNumber;
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "TMCache.h"
#import "TMCacheBackgroundTaskManager.h"
......
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#import "UITableView+FDIndexPathHeightCache.h"
#import "UITableView+FDKeyedHeightCache.h"
......
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