blob: efbac243306322da5c7c06a555bceff07eb47ec6 [file] [log] [blame]
{
"name": "WJFrameLayout",
"version": "0.2.0",
"summary": "An iOS layout framework based on Frame layout. The way using it is like Masonry",
"description": "基于 Hotpot 改的 Frame 布局库,使用方式类似于 Masonry,感谢 Hotpot 作者和 Masonry\nAn iOS layout framework based on Frame layout. The way using it is like Masonry",
"homepage": "https://github.com/wangwanjie/WJFrameLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangwanjie": "wangwanjie1993@gmail.com"
},
"source": {
"git": "https://github.com/wangwanjie/WJFrameLayout.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"WJFrameLayout",
"WJFrameLayout/**/*.{h,m}"
],
"public_header_files": "WJFrameLayout/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}