blob: 416ec9112b122b275401fc0497400445fc32758c [file] [log] [blame]
{
"name": "BMingKit",
"version": "0.0.1",
"license": "MIT",
"summary": "An simple demo for person",
"description": "An easy tool to show different styles of UIView objects without the need for subclassing.",
"homepage": "https://github.com/csywind008/BMingKit",
"authors": {
"BeiMing": "csyios@163.com"
},
"source": {
"git": "https://github.com/csywind008/BMingKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "BMingKit/Device/*.{h,m}",
"public_header_files": "BMingKit/**/*.{h}",
"frameworks": "UIKit"
}