blob: 06dd03f8a40dcc78cd3bd620eab2a87f747d9a76 [file] [log] [blame]
{
"name": "OXCMantle",
"version": "1.0.2",
"summary": "在Mantle的基础上夹生了类型验证,修复了一些bug",
"description": "在Mantle的基础上夹生了类型验证,修复了一些bug\n修复了64位NSInteger不能正常转换的问题",
"homepage": "https://github.com/hytzxd/OXCMantle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张旭东": "xudongzhang999@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hytzxd/OXCMantle.git",
"branch": "master",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": "OXCMantle/Classes/**/*.{h,m}",
"dependencies": {
"Mantle": [
"<=2.0.6"
]
}
}