-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Showing
176 changed files
with
63,355 additions
and
935 deletions.
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 |
---|---|---|
|
@@ -67,4 +67,5 @@ fastlane/test_output | |
|
||
# Gitbook | ||
node_modules | ||
_book | ||
_book | ||
xcodebuild.log |
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 |
---|---|---|
@@ -1,8 +1,27 @@ | ||
# ---- About ---- | ||
module: Hero | ||
author: Luke Zhao | ||
author_url: http://lkzhao.com | ||
github_url: https://github.com/lkzhao/Hero | ||
swift_version: 3.0.2 | ||
source_directory: Examples | ||
module_version: 1.5.0 | ||
author: HeroTransitions | ||
readme: README.md | ||
theme: fullwidth | ||
copyright: 'See [license](https://github.com/HeroTransitions/Hero/blob/develop/LICENSE) for more details.' | ||
|
||
# ---- URLs ---- | ||
author_url: https://herotransitions.github.io/ | ||
dash_url: https://herotransitions.github.io/docsets/ScreenKitFramework.xml | ||
github_url: https://github.com/HeroTransitions/Hero | ||
github_file_prefix: https://github.com/HeroTransitions/Hero/tree/version/1.5.0/ | ||
|
||
# ---- Sources ---- | ||
podspec: Hero.podspec | ||
|
||
# ---- Generation ---- | ||
clean: true | ||
output: docs | ||
min_acl: public | ||
hide_documentation_coverage: false | ||
skip_undocumented: false | ||
objc: false | ||
swift_version: 5.0.1 | ||
|
||
# ---- Formatting ---- | ||
theme: fullwidth |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 0 additions & 22 deletions
22
Examples/Resources/Assets.xcassets/LaunchImage.launchimage/Contents.json
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -1,22 +1,36 @@ | ||
# frozen_string_literal: true | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "Hero" | ||
s.version = "1.4.0" | ||
s.summary = "Elegant transition library for iOS" | ||
|
||
s.description = <<-DESC | ||
Hero is a library for building iOS view controller transitions. It provides a declarative layer on top of the UIKit's cumbersome transition APIs. Making custom transitions an easy task for developers. | ||
DESC | ||
|
||
s.homepage = "https://github.com/HeroTransitions/Hero" | ||
s.screenshots = "https://github.com/HeroTransitions/Hero/blob/master/Resources/Hero.png?raw=true" | ||
s.license = 'MIT' | ||
s.author = { "Luke" => "[email protected]" } | ||
s.source = { :git => "https://github.com/HeroTransitions/Hero.git", :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.tvos.deployment_target = '9.0' | ||
|
||
s.ios.frameworks = 'UIKit', 'Foundation' | ||
s.name = 'Hero' | ||
s.version = '1.5.0' | ||
s.summary = 'Elegant transition library for iOS' | ||
|
||
s.description = <<-DESC | ||
Hero is a library for building iOS view controller transitions. | ||
It provides a declarative layer on top of the UIKit's cumbersome transition APIs. | ||
Making custom transitions an easy task for developers. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/HeroTransitions/Hero' | ||
s.screenshots = 'https://github.com/HeroTransitions/Hero/blob/master/Resources/Hero.png?raw=true' | ||
s.documentation_url = 'https://herotransitions.github.io/Hero/' | ||
s.screenshots = [ https://git.io/JeRkv, https://git.io/JeRke, https://git.io/JeRkf, https://git.io/JeRkJ] | ||
s.license = { :type => 'MIT' } | ||
s.author = { | ||
'Luke' => '[email protected]', | ||
'Joe Mattiello' => '[email protected]' | ||
} | ||
s.source = { git: 'https://github.com/HeroTransitions/Hero.git', tag: s.version.to_s } | ||
|
||
s.cocoapods_version = '>= 1.4.0' | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.tvos.deployment_target = '9.0' | ||
|
||
s.ios.frameworks = 'UIKit', 'Foundation', 'QuartzCore', 'CoreGraphics', 'CoreMedia' | ||
s.tvos.frameworks = 'UIKit', 'Foundation', 'QuartzCore', 'CoreGraphics', 'CoreMedia' | ||
|
||
s.swift_version = '4.2' | ||
|
||
s.requires_arc = true | ||
|
||
|
Oops, something went wrong.