Merge branch 'develop'
# Conflicts: # Example/GMAILab.xcworkspace/xcuserdata/dzc.xcuserdatad/UserInterfaceState.xcuserstate # Example/Pods/.DS_Store
Showing
No preview for this file type
No preview for this file type
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -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| | ||
... | ... |
No preview for this file type
File moved
Please
register
or
sign in
to comment