blob: a789d986a888b8f205900475dfbf28e15818d00c [file] [log] [blame]
{
"name": "WJFrameLayout",
"version": "0.1.0",
"summary": "An iOS layout framework based on Frame layout. The way using it is like Masonry",
"description": "An 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.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "WJFrameLayout/Classes/**/*.{h,m}",
"public_header_files": "WJFrameLayout/Classes/WJFrameLayout.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}