blob: f709420c647deaf62660d7eb31c4ff43deefd36a [file] [log] [blame]
{
"name": "RBKit",
"version": "1.0.0",
"summary": "A generic base class library.",
"homepage": "https://github.com/itribs/RBKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ribs": "234126357@qq.com"
},
"source": {
"git": "https://github.com/itribs/RBKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Classes/*.h",
"source_files": "Classes/RBKit.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}