Commit 56884913 authored by jinzhu's avatar jinzhu

适配flutter

parent ed7cd1fb
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
#import "GMViewController.h" #import "GMViewController.h"
#import <GMPhobos/Phobos.h> #import <GMPhobos/Phobos.h>
@import GMCache; #import <GMCache/GMCache.h>
//@import GMCache;
@import GMPhobos.PhobosUtil; @import GMPhobos.PhobosUtil;
@import GMPhobos.Phobos; @import GMPhobos.Phobos;
#define PhobosCacheKey @"PhobosCacheKey" #define PhobosCacheKey @"PhobosCacheKey"
......
...@@ -35,7 +35,7 @@ PODS: ...@@ -35,7 +35,7 @@ PODS:
- GMKit/Protocol (0.8.4): - GMKit/Protocol (0.8.4):
- Masonry (= 1.1.0) - Masonry (= 1.1.0)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMPhobos (1.2.0): - GMPhobos (1.2.1):
- GMCache (= 0.2.3) - GMCache (= 0.2.3)
- GMKit - GMKit
- Masonry (1.1.0) - Masonry (1.1.0)
...@@ -63,11 +63,11 @@ EXTERNAL SOURCES: ...@@ -63,11 +63,11 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
GMCache: 09a3029c96fe130e3a21faef70b3d9d2ce92d639 GMCache: 09a3029c96fe130e3a21faef70b3d9d2ce92d639
GMKit: a30da06b84e5c4a357d427c70d1b5ec672a1f6a1 GMKit: a30da06b84e5c4a357d427c70d1b5ec672a1f6a1
GMPhobos: 4b5ab2b54be8ff7ef86995edd7bc4888f1fd1a97 GMPhobos: e172fa58e6f2051649bbaf3552f6860b3dc99ad0
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM: ea0fac2144ac80baf8f21576cde49526c19991ad PODFILE CHECKSUM: ea0fac2144ac80baf8f21576cde49526c19991ad
COCOAPODS: 1.6.1 COCOAPODS: 1.7.0
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
#import "PhobosUtil.h" #import "PhobosUtil.h"
#import "PhobosCustomVisibleController.h" #import "PhobosCustomVisibleController.h"
#import "UIDevice+Resolutions.h" #import "UIDevice+Resolutions.h"
@import GMCache; #import <GMCache/GMCache.h>
static Phobos *sharedClient = nil; static Phobos *sharedClient = nil;
static NSString *sdkVersion = @"110"; static NSString *sdkVersion = @"110";
......
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