Commit 2dc97e45 authored by 曹逢阳's avatar 曹逢阳

update project

parent d0eeda42
...@@ -14,18 +14,20 @@ PODS: ...@@ -14,18 +14,20 @@ PODS:
- AFNetworking/Serialization (3.1.0) - AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0): - AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession - AFNetworking/NSURLSession
- GMAILab (0.1.0): - GMAILab (1.0.0):
- GMAILab/Controller (= 0.1.0) - GMAILab/Controller (= 1.0.0)
- GMAILab/Model (= 0.1.0) - GMAILab/Model (= 1.0.0)
- GMAILab/View (= 0.1.0) - GMAILab/Utils (= 1.0.0)
- GMAILab/ViewModel (= 0.1.0) - GMAILab/View (= 1.0.0)
- GMAILab/ViewModel (= 1.0.0)
- GMBase - GMBase
- GMediator - GMediator
- GMFoundation - GMFoundation
- GMKit - GMKit
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/Controller (0.1.0): - GMAILab/Controller (1.0.0):
- GMAILab/Utils
- GMAILab/View - GMAILab/View
- GMAILab/ViewModel - GMAILab/ViewModel
- GMBase - GMBase
...@@ -34,14 +36,21 @@ PODS: ...@@ -34,14 +36,21 @@ PODS:
- GMKit - GMKit
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/Model (0.1.0): - GMAILab/Model (1.0.0):
- GMBase - GMBase
- GMediator - GMediator
- GMFoundation - GMFoundation
- GMKit - GMKit
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/View (0.1.0): - GMAILab/Utils (1.0.0):
- GMBase
- GMediator
- GMFoundation
- GMKit
- GMNetService
- GMRefresh
- GMAILab/View (1.0.0):
- GMAILab/ViewModel - GMAILab/ViewModel
- GMBase - GMBase
- GMediator - GMediator
...@@ -49,7 +58,7 @@ PODS: ...@@ -49,7 +58,7 @@ PODS:
- GMKit - GMKit
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/ViewModel (0.1.0): - GMAILab/ViewModel (1.0.0):
- GMBase - GMBase
- GMediator - GMediator
- GMFoundation - GMFoundation
...@@ -170,7 +179,7 @@ EXTERNAL SOURCES: ...@@ -170,7 +179,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMAILab: 5f37a3b13279d2a0bb432633db95b1bf936969d6 GMAILab: 35f544e87ecde9ce08be2609e4f4fa0be405a8b5
GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be
GMCache: b78d8e46db864405e91d226ce640cc80d966c611 GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c
......
No preview for this file type
{ {
"name": "GMAILab", "name": "GMAILab",
"version": "0.1.0", "version": "1.0.0",
"summary": "A short description of GMAILab.", "summary": "A short description of GMAILab.",
"description": "TODO: Add long description of the pod here.", "description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Q14/GMAILab", "homepage": "http://git.wanmeizhensuo.com/gengmeiios/GMAILab",
"license": { "license": {
"type": "MIT", "type": "MIT",
"file": "LICENSE" "file": "LICENSE"
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
"Q14": "qiaojinzhu@igengmei.com" "Q14": "qiaojinzhu@igengmei.com"
}, },
"source": { "source": {
"git": "https://github.com/Q14/GMAILab.git", "git": "http://git.wanmeizhensuo.com/gengmeiios/GMAILab.git",
"tag": "0.1.0" "tag": "1.0.0"
}, },
"platforms": { "platforms": {
"ios": "9.0" "ios": "9.0"
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
"name": "Model", "name": "Model",
"source_files": "GMAILab/Classes/Model/*.{h,m}" "source_files": "GMAILab/Classes/Model/*.{h,m}"
}, },
{
"name": "Utils",
"source_files": "GMAILab/Classes/Utils/*.{h,m}"
},
{ {
"name": "ViewModel", "name": "ViewModel",
"source_files": "GMAILab/Classes/ViewModel/*.{h,m}" "source_files": "GMAILab/Classes/ViewModel/*.{h,m}"
...@@ -62,6 +66,9 @@ ...@@ -62,6 +66,9 @@
], ],
"GMAILab/ViewModel": [ "GMAILab/ViewModel": [
],
"GMAILab/Utils": [
] ]
} }
}, },
......
...@@ -14,18 +14,20 @@ PODS: ...@@ -14,18 +14,20 @@ PODS:
- AFNetworking/Serialization (3.1.0) - AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0): - AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession - AFNetworking/NSURLSession
- GMAILab (0.1.0): - GMAILab (1.0.0):
- GMAILab/Controller (= 0.1.0) - GMAILab/Controller (= 1.0.0)
- GMAILab/Model (= 0.1.0) - GMAILab/Model (= 1.0.0)
- GMAILab/View (= 0.1.0) - GMAILab/Utils (= 1.0.0)
- GMAILab/ViewModel (= 0.1.0) - GMAILab/View (= 1.0.0)
- GMAILab/ViewModel (= 1.0.0)
- GMBase - GMBase
- GMediator - GMediator
- GMFoundation - GMFoundation
- GMKit - GMKit
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/Controller (0.1.0): - GMAILab/Controller (1.0.0):
- GMAILab/Utils
- GMAILab/View - GMAILab/View
- GMAILab/ViewModel - GMAILab/ViewModel
- GMBase - GMBase
...@@ -34,14 +36,21 @@ PODS: ...@@ -34,14 +36,21 @@ PODS:
- GMKit - GMKit
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/Model (0.1.0): - GMAILab/Model (1.0.0):
- GMBase - GMBase
- GMediator - GMediator
- GMFoundation - GMFoundation
- GMKit - GMKit
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/View (0.1.0): - GMAILab/Utils (1.0.0):
- GMBase
- GMediator
- GMFoundation
- GMKit
- GMNetService
- GMRefresh
- GMAILab/View (1.0.0):
- GMAILab/ViewModel - GMAILab/ViewModel
- GMBase - GMBase
- GMediator - GMediator
...@@ -49,7 +58,7 @@ PODS: ...@@ -49,7 +58,7 @@ PODS:
- GMKit - GMKit
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/ViewModel (0.1.0): - GMAILab/ViewModel (1.0.0):
- GMBase - GMBase
- GMediator - GMediator
- GMFoundation - GMFoundation
...@@ -170,7 +179,7 @@ EXTERNAL SOURCES: ...@@ -170,7 +179,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMAILab: 5f37a3b13279d2a0bb432633db95b1bf936969d6 GMAILab: 35f544e87ecde9ce08be2609e4f4fa0be405a8b5
GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be
GMCache: b78d8e46db864405e91d226ce640cc80d966c611 GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.0</string> <string>1.0.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
...@@ -10,8 +10,9 @@ ...@@ -10,8 +10,9 @@
#endif #endif
#endif #endif
#import "NSBundle+GMAILab.h"
#import "GMAIChannelViewController.h" #import "GMAIChannelViewController.h"
#import "GMAICardModel.h"
#import "NSBundle+GMAILab.h"
#import "GMAICardCollectionCell.h" #import "GMAICardCollectionCell.h"
#import "GMVerticalFlowLayout.h" #import "GMVerticalFlowLayout.h"
#import "GMAIChannelViewModel.h" #import "GMAIChannelViewModel.h"
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>BNDL</string> <string>BNDL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.0</string> <string>1.0.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
...@@ -21,11 +21,11 @@ Pod::Spec.new do |s| ...@@ -21,11 +21,11 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here. TODO: Add long description of the pod here.
DESC DESC
s.homepage = 'https://github.com/Q14/GMAILab' s.homepage = 'http://git.wanmeizhensuo.com/gengmeiios/GMAILab'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' } s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Q14' => 'qiaojinzhu@igengmei.com' } s.author = { 'Q14' => 'qiaojinzhu@igengmei.com' }
s.source = { :git => 'https://github.com/Q14/GMAILab.git', :tag => s.version.to_s } s.source = { :git => 'http://git.wanmeizhensuo.com/gengmeiios/GMAILab.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '9.0' s.ios.deployment_target = '9.0'
...@@ -36,6 +36,10 @@ TODO: Add long description of the pod here. ...@@ -36,6 +36,10 @@ TODO: Add long description of the pod here.
ss.source_files = 'GMAILab/Classes/Model/*.{h,m}' ss.source_files = 'GMAILab/Classes/Model/*.{h,m}'
end end
s.subspec 'Utils' do |ss|
ss.source_files = 'GMAILab/Classes/Utils/*.{h,m}'
end
s.subspec 'ViewModel' do |ss| s.subspec 'ViewModel' do |ss|
ss.source_files = 'GMAILab/Classes/ViewModel/*.{h,m}' ss.source_files = 'GMAILab/Classes/ViewModel/*.{h,m}'
end end
...@@ -44,6 +48,7 @@ TODO: Add long description of the pod here. ...@@ -44,6 +48,7 @@ TODO: Add long description of the pod here.
ss.source_files = 'GMAILab/Classes/Controller/*.{h,m}' ss.source_files = 'GMAILab/Classes/Controller/*.{h,m}'
ss.dependency 'GMAILab/View' ss.dependency 'GMAILab/View'
ss.dependency 'GMAILab/ViewModel' ss.dependency 'GMAILab/ViewModel'
ss.dependency 'GMAILab/Utils'
end end
s.subspec 'View' do |ss| s.subspec 'View' do |ss|
......
//
// GMAICardModel.h
// Pods
//
// Created by cfy on 2020/4/30.
//
#import <GMBase/GMObject.h>
NS_ASSUME_NONNULL_BEGIN
@interface GMAICardModel : GMObject
@end
NS_ASSUME_NONNULL_END
//
// GMAICardModel.m
// Pods
//
// Created by cfy on 2020/4/30.
//
#import "GMAICardModel.h"
@implementation GMAICardModel
@end
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