update project
Showing
No preview for this file type
No preview for this file type
This diff is collapsed.
... | @@ -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| | ||
... | ... |
No preview for this file type
File moved
Please
register
or
sign in
to comment