-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
1 parent
9384e6b
commit f74b4ca
Showing
1 changed file
with
23 additions
and
0 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,23 @@ | ||
{ | ||
"name": "MAAutoLayout", | ||
"version": "1.9.4", | ||
"summary": "简单的autoLayout的系统封装", | ||
"description": "通过简单的代码完成autoLayout的系统封装,让autoLayout更简洁,同时引入的代码最少。", | ||
"homepage": "https://github.com/fengyunjue/MAAutoLayout", | ||
"license": { | ||
"type": "MIT", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"fengyunjue": "[email protected]" | ||
}, | ||
"source": { | ||
"git": "https://github.com/fengyunjue/MAAutoLayout.git", | ||
"tag": "1.9.4" | ||
}, | ||
"platforms": { | ||
"ios": "11.0" | ||
}, | ||
"source_files": "MAAutoLayout/Classes/**/*", | ||
"public_header_files": "MAAutoLayout/Classes/**/*.h" | ||
} |