-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FlexLayout now integrates YogaKit source code, this was needed to imp…
…rove rapidly the iOS's yoga interface.
- Loading branch information
Luc Dion
committed
Nov 24, 2017
1 parent
1873452
commit 4f83438
Showing
18 changed files
with
991 additions
and
63 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
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 |
---|---|---|
|
@@ -11,11 +11,11 @@ Pod::Spec.new do |s| | |
"Luc Dion" => "[email protected]" | ||
} | ||
|
||
s.platform = :ios, "8.0" | ||
s.platform = :ios, "9.0" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
EkkoG
via email
Contributor
|
||
|
||
s.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{s.version}" } | ||
s.source_files = "Sources/**/*.swift" | ||
s.source_files = "Sources/**/*.{swift,h,m}" | ||
|
||
# Latest master commit id. | ||
s.dependency "YogaKit" | ||
s.dependency "Yoga" | ||
end |
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
Oops, something went wrong.
Does any feature need upgrade platform requirements to 9.0?