Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMShareSDK
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMShareSDK
Commits
98cf49fa
Commit
98cf49fa
authored
Jan 15, 2020
by
gm-mini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add fiels
parent
36da87e4
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
261 additions
and
0 deletions
+261
-0
GMCache-Info.plist
Example/Pods/Target Support Files/GMCache/GMCache-Info.plist
+26
-0
GMCache-umbrella.h
Example/Pods/Target Support Files/GMCache/GMCache-umbrella.h
+17
-0
GMCache.modulemap
Example/Pods/Target Support Files/GMCache/GMCache.modulemap
+6
-0
GMJSONModel-Info.plist
...s/Target Support Files/GMJSONModel/GMJSONModel-Info.plist
+26
-0
GMJSONModel-umbrella.h
...s/Target Support Files/GMJSONModel/GMJSONModel-umbrella.h
+25
-0
GMJSONModel.modulemap
...ds/Target Support Files/GMJSONModel/GMJSONModel.modulemap
+6
-0
GMPhobos-Info.plist
...le/Pods/Target Support Files/GMPhobos/GMPhobos-Info.plist
+26
-0
GMPhobos-umbrella.h
...le/Pods/Target Support Files/GMPhobos/GMPhobos-umbrella.h
+22
-0
GMPhobos.modulemap
...ple/Pods/Target Support Files/GMPhobos/GMPhobos.modulemap
+6
-0
MBProgressHUD-Info.plist
...rget Support Files/MBProgressHUD/MBProgressHUD-Info.plist
+26
-0
MBProgressHUD-umbrella.h
...rget Support Files/MBProgressHUD/MBProgressHUD-umbrella.h
+17
-0
MBProgressHUD.modulemap
...arget Support Files/MBProgressHUD/MBProgressHUD.modulemap
+6
-0
TMCache-Info.plist
Example/Pods/Target Support Files/TMCache/TMCache-Info.plist
+26
-0
TMCache-umbrella.h
Example/Pods/Target Support Files/TMCache/TMCache-umbrella.h
+20
-0
TMCache.modulemap
Example/Pods/Target Support Files/TMCache/TMCache.modulemap
+6
-0
No files found.
Example/Pods/Target Support Files/GMCache/GMCache-Info.plist
0 → 100644
View file @
98cf49fa
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
$
{
PRODUCT_BUNDLE_IDENTIFIER
}<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
{
PRODUCT_NAME
}<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.0.1
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
$
{
CURRENT_PROJECT_VERSION
}<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
<
string
><
/string
>
<
/
d
i
c
t
>
<
/plist
>
Example/Pods/Target Support Files/GMCache/GMCache-umbrella.h
0 → 100644
View file @
98cf49fa
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "GMCache.h"
FOUNDATION_EXPORT
double
GMCacheVersionNumber
;
FOUNDATION_EXPORT
const
unsigned
char
GMCacheVersionString
[];
Example/Pods/Target Support Files/GMCache/GMCache.modulemap
0 → 100644
View file @
98cf49fa
framework module GMCache {
umbrella header "GMCache-umbrella.h"
export *
module * { export * }
}
Example/Pods/Target Support Files/GMJSONModel/GMJSONModel-Info.plist
0 → 100644
View file @
98cf49fa
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
$
{
PRODUCT_BUNDLE_IDENTIFIER
}<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
{
PRODUCT_NAME
}<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.7.4
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
$
{
CURRENT_PROJECT_VERSION
}<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
<
string
><
/string
>
<
/
d
i
c
t
>
<
/plist
>
Example/Pods/Target Support Files/GMJSONModel/GMJSONModel-umbrella.h
0 → 100644
View file @
98cf49fa
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "JSONModel.h"
#import "JSONModelClassProperty.h"
#import "JSONModelError.h"
#import "JSONModelLib.h"
#import "JSONAPI.h"
#import "JSONHTTPClient.h"
#import "JSONModel+networking.h"
#import "JSONKeyMapper.h"
#import "JSONValueTransformer.h"
FOUNDATION_EXPORT
double
GMJSONModelVersionNumber
;
FOUNDATION_EXPORT
const
unsigned
char
GMJSONModelVersionString
[];
Example/Pods/Target Support Files/GMJSONModel/GMJSONModel.modulemap
0 → 100644
View file @
98cf49fa
framework module GMJSONModel {
umbrella header "GMJSONModel-umbrella.h"
export *
module * { export * }
}
Example/Pods/Target Support Files/GMPhobos/GMPhobos-Info.plist
0 → 100644
View file @
98cf49fa
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
$
{
PRODUCT_BUNDLE_IDENTIFIER
}<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
{
PRODUCT_NAME
}<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.3.5
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
$
{
CURRENT_PROJECT_VERSION
}<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
<
string
><
/string
>
<
/
d
i
c
t
>
<
/plist
>
Example/Pods/Target Support Files/GMPhobos/GMPhobos-umbrella.h
0 → 100644
View file @
98cf49fa
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "Phobos.h"
#import "PhobosConfig.h"
#import "PhobosCustomVisibleController.h"
#import "PhobosPVProtocol.h"
#import "PhobosUtil.h"
#import "UIResponder+PhobosPV.h"
FOUNDATION_EXPORT
double
GMPhobosVersionNumber
;
FOUNDATION_EXPORT
const
unsigned
char
GMPhobosVersionString
[];
Example/Pods/Target Support Files/GMPhobos/GMPhobos.modulemap
0 → 100644
View file @
98cf49fa
framework module GMPhobos {
umbrella header "GMPhobos-umbrella.h"
export *
module * { export * }
}
Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-Info.plist
0 → 100644
View file @
98cf49fa
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
$
{
PRODUCT_BUNDLE_IDENTIFIER
}<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
{
PRODUCT_NAME
}<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.1.0
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
$
{
CURRENT_PROJECT_VERSION
}<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
<
string
><
/string
>
<
/
d
i
c
t
>
<
/plist
>
Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-umbrella.h
0 → 100644
View file @
98cf49fa
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "MBProgressHUD.h"
FOUNDATION_EXPORT
double
MBProgressHUDVersionNumber
;
FOUNDATION_EXPORT
const
unsigned
char
MBProgressHUDVersionString
[];
Example/Pods/Target Support Files/MBProgressHUD/MBProgressHUD.modulemap
0 → 100644
View file @
98cf49fa
framework module MBProgressHUD {
umbrella header "MBProgressHUD-umbrella.h"
export *
module * { export * }
}
Example/Pods/Target Support Files/TMCache/TMCache-Info.plist
0 → 100644
View file @
98cf49fa
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
{
EXECUTABLE_NAME
}<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
$
{
PRODUCT_BUNDLE_IDENTIFIER
}<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
{
PRODUCT_NAME
}<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
2.1.0
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
$
{
CURRENT_PROJECT_VERSION
}<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
<
string
><
/string
>
<
/
d
i
c
t
>
<
/plist
>
Example/Pods/Target Support Files/TMCache/TMCache-umbrella.h
0 → 100644
View file @
98cf49fa
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "TMCache.h"
#import "TMCacheBackgroundTaskManager.h"
#import "TMDiskCache.h"
#import "TMMemoryCache.h"
FOUNDATION_EXPORT
double
TMCacheVersionNumber
;
FOUNDATION_EXPORT
const
unsigned
char
TMCacheVersionString
[];
Example/Pods/Target Support Files/TMCache/TMCache.modulemap
0 → 100644
View file @
98cf49fa
framework module TMCache {
umbrella header "TMCache-umbrella.h"
export *
module * { export * }
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment