blob: b5f4ba72b265463ec1b3964256ccb600c5453b2b [file] [log] [blame]
{
"name": "UIVIewMasonryLayout",
"version": "1.5.0",
"summary": "Masonry封装",
"homepage": "https://github.com/WKCLoveYang/UIVIewMasonryLayout.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WKCLoveYang": "wkcloveyang@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/WKCLoveYang/UIVIewMasonryLayout.git",
"tag": "1.5.0"
},
"source_files": "UIVIewMasonryLayout/**/*.{h,m}",
"public_header_files": "UIVIewMasonryLayout/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}