blob: 9719067cd4b330517b25c32fd7328c00642bf00d [file] [log] [blame]
{
"name": "RBKit",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}