blob: af72211d49c371d07298528b251df588fa5b506b [file] [log] [blame]
{
"name": "OXCMantle",
"version": "1.0.0",
"summary": "在Mantle的基础上夹生了类型验证",
"description": " A longer description of OXCen in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"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.0"
},
"requires_arc": true,
"source_files": "OXCMantle/Classes/**/*.{h,m}",
"dependencies": {
"Mantle": [
"~> 2.0"
]
}
}