blob: 9bec1cb7caa7ae9a4975432b2d71a78506b80974 [file] [log] [blame]
{
"name": "KysonFramework",
"version": "0.1.2",
"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/KysonFramework.git",
"tag": "0.1.2"
},
"source_files": [
"Classes",
"KysonFramework/KysonFramework/**/*.{h,m}"
],
"public_header_files": "KysonFramework/**/*.h"
}