Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Dec 15, 2021
1 parent 7ccc148 commit 9aebcb1
Show file tree
Hide file tree
Showing 112 changed files with 8,496 additions and 1 deletion.
25 changes: 25 additions & 0 deletions Apis.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|

s.name = "Apis"
s.version = "1.0.0"
s.summary = "基于URLNavigator抽象的URL路由组件 灵感来自Moya 配置化 插件化."

s.homepage = "https://github.com/lixiang1994/Apis"

s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "LEE" => "[email protected]" }

s.platform = :ios, "9.0"

s.source = { :git => "https://github.com/lixiang1994/Apis.git", :tag => s.version }

s.source_files = "Sources/**/*.swift"

s.requires_arc = true

s.frameworks = "UIKit", "Foundation"

s.swift_version = "5.0"

end
Loading

0 comments on commit 9aebcb1

Please sign in to comment.