-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathLiteRoute.podspec
18 lines (15 loc) · 940 Bytes
/
LiteRoute.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "LiteRoute"
s.version = "2.1.21"
s.summary = "LiteRoute is easy transition between view controllers and support many popylar arhitectures"
s.description = <<-DESC
LiteRoute is easy transition between view controllers and support many popylar arhitectures. This framework very flow for settings your transition and have userfriendly API.
DESC
s.homepage = "https://github.com/SpectralDragon/LiteRoute"
s.documentation_url = "https://github.com/SpectralDragon/LiteRoute"
s.license = "MIT"
s.author = { "Vladislav Prusakov" => "[email protected]" }
s.source = { :git => "https://github.com/SpectralDragon/LiteRoute.git", :tag => "#{s.version}", :submodules => false }
s.ios.deployment_target = "10.0"
s.source_files = "Sources/*.swift", "Sources/TransitionNodes/*.swift", "Sources/Protocols/*.swift"
end