Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
linhay committed Jan 8, 2018
1 parent 00aa0c3 commit f0c94d1
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 34 deletions.
2 changes: 1 addition & 1 deletion AModules.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ s.summary = '测试A'

s.homepage = 'https://github.com/bigL055/Routable'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lin' => 'linhan.bigl055@outlook.com' }
s.author = { 'linhey' => 'linheyhan.linhey@outlook.com' }
s.source = { :git => 'https://github.com/bigL055/Routable.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
Expand Down
2 changes: 1 addition & 1 deletion BModules.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ s.summary = '测试B'

s.homepage = 'https://github.com/bigL055/Routable'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lin' => 'linhan.bigl055@outlook.com' }
s.author = { 'linhey' => 'linheyhan.linhey@outlook.com' }
s.source = { :git => 'https://github.com/bigL055/Routable.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Routable是采用swift编写的 Target-Action形式的路由框架.参考自:[ca

## Author

linger, linhan.bigl055@outlook.com
linhey, linhan.linhey@outlook.com

## License

Expand Down
5 changes: 4 additions & 1 deletion SPRoutable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ s.summary = '基础的路由服务'

s.homepage = 'https://github.com/bigL055/Routable'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lin' => 'linhan.bigl055@outlook.com' }
s.author = { 'linhey' => 'linheyhan.linhey@outlook.com' }
s.source = { :git => 'https://github.com/bigL055/Routable.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
Expand All @@ -15,6 +15,9 @@ s.source_files = ["Sources/*/**","Sources/*/*/**","Sources/**"]

s.public_header_files = ["Sources/Routable.h"]
s.requires_arc = true

s.dependency 'YYCache'
s.dependency 'AnyFormatProtocol'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }

end

0 comments on commit f0c94d1

Please sign in to comment.