diff --git a/Specs/3/5/8/MAAutoLayout/1.9.4/MAAutoLayout.podspec.json b/Specs/3/5/8/MAAutoLayout/1.9.4/MAAutoLayout.podspec.json new file mode 100644 index 00000000000000..7af04b96c3a873 --- /dev/null +++ b/Specs/3/5/8/MAAutoLayout/1.9.4/MAAutoLayout.podspec.json @@ -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": "ma772528138@qq.com" + }, + "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" +}