blob: aecdd8f8e38e0014bc17397c5ebde3d3faf8b2da [file] [log] [blame]
{
"name": "SuperKVC",
"version": "0.0.1",
"summary": "Cocoa Model Framework with a simplified, chainable and expressive syntax.",
"description": "SuperKVC is a light-weight model framework to convert JSON to Model. It has its own config DSL which provides a chainable way of describing your injection config concise and readable. SuperKVC supports iOS and macOS.",
"homepage": "https://github.com/Soulghost/SuperKVC",
"license": "MIT",
"authors": {
"xiuyutong": "xiuyutong1994@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Soulghost/SuperKVC.git",
"tag": "0.0.1"
},
"source_files": "SuperKVC/*.{h,m}",
"frameworks": "Foundation"
}