Commit 2f258ae0 authored by jz's avatar jz

modify

parent 2edc6e84
...@@ -94,7 +94,7 @@ SPEC CHECKSUMS: ...@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
GMKit: 2573350637f4d4e200c8cf3426b7b96a924af15e GMKit: 2573350637f4d4e200c8cf3426b7b96a924af15e
GMPhobos: 1e2d68c456b69bf156276d7242877498107474db GMPhobos: 1e2d68c456b69bf156276d7242877498107474db
GMShareSDK: 613edf194beed865a8ecf6addefec8227db24272 GMShareSDK: 0eb73091491849a0f0bcf8c976ddef860fb44c0e
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0 SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
"frameworks": [ "frameworks": [
"Photos" "Photos"
], ],
"static_framework": true,
"xcconfig": { "xcconfig": {
"VALID_ARCHS": "arm64 x86_64" "VALID_ARCHS": "arm64 x86_64"
} }
......
...@@ -94,7 +94,7 @@ SPEC CHECKSUMS: ...@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
GMKit: 2573350637f4d4e200c8cf3426b7b96a924af15e GMKit: 2573350637f4d4e200c8cf3426b7b96a924af15e
GMPhobos: 1e2d68c456b69bf156276d7242877498107474db GMPhobos: 1e2d68c456b69bf156276d7242877498107474db
GMShareSDK: 613edf194beed865a8ecf6addefec8227db24272 GMShareSDK: 0eb73091491849a0f0bcf8c976ddef860fb44c0e
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0 SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
......
...@@ -30,6 +30,7 @@ TODO: Add long description of the pod here. ...@@ -30,6 +30,7 @@ TODO: Add long description of the pod here.
s.ios.deployment_target = '8.0' s.ios.deployment_target = '8.0'
s.source_files = 'GMShareSDK/Classes/**/*' s.source_files = 'GMShareSDK/Classes/**/*'
s.vendored_frameworks = 'GMShareSDK/Frameworks/*.framework' s.vendored_frameworks = 'GMShareSDK/Frameworks/*.framework'
...@@ -47,7 +48,7 @@ TODO: Add long description of the pod here. ...@@ -47,7 +48,7 @@ TODO: Add long description of the pod here.
s.frameworks = ['Photos'] s.frameworks = ['Photos']
# s.libraries = 'xml2', 'z', 'c++', 'sqlite3' # s.libraries = 'xml2', 'z', 'c++', 'sqlite3'
# s.static_framework = true s.static_framework = true
# s.resource_bundles = { # s.resource_bundles = {
# 'GMShareSDK' => ['GMShareSDK/Assets/*.png'] # 'GMShareSDK' => ['GMShareSDK/Assets/*.png']
# } # }
......
...@@ -7,21 +7,21 @@ ...@@ -7,21 +7,21 @@
// //
#import "GMShareSDK.h" #import "GMShareSDK.h"
#import <WeiboSDK/WeiboSDK.h> #import "WeiboSDK/WeiboSDK.h"
#import <TencentOpenAPI/TencentOAuth.h> #import "TencentOpenAPI/TencentOAuth.h"
#import <TencentOpenAPI/QQApiInterface.h> #import "TencentOpenAPI/QQApiInterface.h"
#import <TencentOpenAPI/QQApiInterfaceObject.h> #import "TencentOpenAPI/QQApiInterfaceObject.h"
#import "WXApiObject.h" #import "WXApiObject.h"
#import "GMThirdPartyOauthManager.h" #import "GMThirdPartyOauthManager.h"
#import "GMThirdPartyDefine.h" #import "GMThirdPartyDefine.h"
#import "WeiboSDK.h" #import "WeiboSDK.h"
#import <Photos/Photos.h> #import <Photos/Photos.h>
#import <TencentOpenAPI/QQApiInterfaceObject.h> #import "TencentOpenAPI/QQApiInterfaceObject.h"
#import <GMKit/UIImage+GM.h> #import <GMKit/UIImage+GM.h>
#import "UIImage+Compress.h" #import "UIImage+Compress.h"
#import "DouyinOpenSDKApi.h" #import "DouyinOpenSDKApi.h"
#import "UIAlertController+gm.h" #import "UIAlertController+gm.h"
#import <WechatOpenSDK/WXApi.h> #import "WechatOpenSDK/WXApi.h"
@interface GMShareSDK () @interface GMShareSDK ()
#warning TODO 待验证 #warning TODO 待验证
......
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
// //
#import "GMThirdPartyLoginHelper.h" #import "GMThirdPartyLoginHelper.h"
#import "WXApi.h" #import "WechatOpenSDK/WXApi.h"
#import <WeiboSDK/WeiboSDK.h> #import "WeiboSDK/WeiboSDK.h"
#import "GMThirdPartyDefine.h" #import "GMThirdPartyDefine.h"
#import "GMThirdPartyOauthManager.h" #import "GMThirdPartyOauthManager.h"
#import <TencentOpenAPI/TencentOAuth.h> #import "TencentOpenAPI/TencentOAuth.h"
@implementation GMThirdPartyUser @implementation GMThirdPartyUser
......
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