blob: eace6fc4a252345bf6823a8f1fe909f1c83c3109 [file] [log] [blame]
{
"name": "OXCMantle",
"version": "1.1.0",
"summary": "在Mantle的基础上夹生了类型验证,修复了一些bug",
"description": "在Mantle的基础上夹生了类型验证,修复了一些bug\n修复了64位NSInteger不能正常转换的问题",
"homepage": "https://github.com/hytzxd/OXCMantle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张旭东": "308325102@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hytzxd/OXCMantle.git",
"branch": "master",
"tag": "1.1.0"
},
"requires_arc": true,
"source_files": "OXCMantle/Classes/*.{h}",
"dependencies": {
"Mantle": [
"~> 2.0.7"
]
},
"frameworks": "Foundation",
"subspecs": [
{
"name": "OXCValidation",
"source_files": "OXCMantle/Classes/OXCValidation/**/*.{h,m}",
"public_header_files": "OXCMantle/Classes/OXCValidation/**/*.{h}"
},
{
"name": "OXCModel",
"source_files": "OXCMantle/Classes/OXCModel/*.{h,m}",
"public_header_files": "OXCMantle/Classes/OXCModel/**/*.{h}",
"dependencies": {
"Mantle": [
"~> 2.0.7"
],
"OXCMantle/OXCValidation": [
]
}
}
]
}