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

update project

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