blob: 879dc1645b1232312c4f21bf42244aeb407801e6 [file] [log] [blame]
{
"name": "ValueX",
"version": "1.0",
"summary": "实用的安全对象类型转换库",
"homepage": "https://xaoxuu.com/wiki/valuex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xaoxuu": "xaoxuu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xaoxuu/ValueX.git",
"tag": "1.0",
"submodules": true
},
"public_header_files": "ValueX/**/*.{h}",
"source_files": "ValueX/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}