blob: 5b68240c712b4281c99dc64a0b8b5b4fc7fff691 [file] [log] [blame]
{
"name": "KSFramework",
"version": "0.0.1",
"summary": "a light weight,fast mvvm framework for iOS",
"description": "a light weight,fast mvvm framework for iOS,it contains network request ,json handler,service mediator and so on",
"homepage": "http://www.kyson.cn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kyson_jinhui": "zjh171@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zjh171/KSFramework.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"KSFramework/**/*.{h,m}"
],
"public_header_files": "KSFramework/**/*.h"
}