Commit 42767a6b by Sarkizz

修正podspec

parent beb06681
......@@ -25,7 +25,9 @@ Pod::Spec.new do |s|
# swift 版本号
s.swift_version = '5.0'
s.source_files = "MRFramework/MRFramework/Extensions/*", "MRFramework/MRFramework/FoundationManagers/*", "MRFramework/MRFramework/UIControls/*"
s.source_files = "MRFramework/MRFramework/Extensions/**/*.swift"
s.source_files = "MRFramework/MRFramework/FoundationManagers/**/*.swift"
s.source_files = "MRFramework/MRFramework/UIControls/**/*.swift"
s.frameworks = "UIKit", "Foundation"
......
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