-
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
吴浪
committed
Nov 13, 2018
1 parent
3eebf61
commit 0f17f02
Showing
130 changed files
with
10,281 additions
and
33 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Change Log | ||
--- | ||
###【0.1.0】 | ||
-【ADD】构建LYToolsKit本地库 | ||
-【DEL】删除部分依赖,移除几个库文件 | ||
-【ADD】屏幕尺寸宏 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Example/LYToolsKit.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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,4 +1,4 @@ | ||
use_frameworks! | ||
!use_frameworks! | ||
|
||
target 'LYToolsKit_Example' do | ||
pod 'LYToolsKit', :path => '../' | ||
|
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,30 @@ | ||
PODS: | ||
- LYToolsKit (0.1.0): | ||
- LYToolsKit/Foundation (= 0.1.0) | ||
- LYToolsKit/UI (= 0.1.0) | ||
- LYToolsKit/Utility (= 0.1.0) | ||
- LYToolsKit/Foundation (0.1.0) | ||
- LYToolsKit/UI (0.1.0) | ||
- LYToolsKit/Utility (0.1.0): | ||
- LYToolsKit/UI | ||
- Masonry | ||
- Masonry (1.1.0) | ||
|
||
DEPENDENCIES: | ||
- LYToolsKit (from `../`) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Masonry | ||
|
||
EXTERNAL SOURCES: | ||
LYToolsKit: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
LYToolsKit: c4b27e0e6f3239e107ec12561f6ba43db738ecb1 | ||
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 | ||
|
||
PODFILE CHECKSUM: 65c98e54016424e0cbfc45321fc4dc72ccb68329 | ||
|
||
COCOAPODS: 1.5.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.