blob: 6e47d0d95ad3786badfb0e62896ef8abc9d46f61 [file] [log] [blame]
{
"name": "PoporFrameOc",
"version": "1.0",
"summary": "View frame 的简写语法, 拷贝的;\n兼容 UIView 和 NSView;",
"homepage": "https://gitee.com/popor/PoporFrameOc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popor": "908891024@qq.com"
},
"source": {
"git": "https://gitee.com/popor/PoporFrameOc.git",
"tag": "1.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"platforms": {
"ios": "4.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "PoporFrameOc/Classes/**/*"
}