blob: 306fd62fcc0ec5c0a053b9278f8e0364900e38c4 [file] [log] [blame]
{
"name": "OXCMantle",
"version": "1.1.1",
"summary": "在Mantle的基础上夹生了类型验证,修复了一些bug",
"description": "在Mantle的基础上夹生了类型验证,修复了一些bug\n修复了64位NSInteger不能正常转换的问题",
"homepage": "https://github.com/hytzxd/OXCMantle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alien": "308325102@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hytzxd/OXCMantle.git",
"branch": "master",
"tag": "1.1.1"
},
"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": [
]
}
}
]
}