Commit f113e76f by Sarkizz

升级0.0.17

parent 67d6c023
......@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
# 名称,pod search 搜索的关键词,注意这里一定要和.podspec的名称一样,否则报错
s.name = "MRFramework"
# 版本号/库原代码的版本
s.version = "0.0.16"
s.version = "0.0.17"
# 简介
s.summary = "迈动工具库"
......@@ -53,6 +53,9 @@ Pod::Spec.new do |s|
s.subspec 'Parser' do |pa|
pa.source_files = "MRFramework/MRFramework/FoundationManagers/Parser/*.swift"
end
s.subspec 'Location' do |l|
l.source_files = "MRFramework/MRFramework/FoundationManagers/Location/*.swift"
end
end
s.subspec 'UIControls' do |s|
......
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 sign in to comment