-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ccc148
commit 9aebcb1
Showing
112 changed files
with
8,496 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.