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