blob: 00adcef147dc2452855e8825ab456e426baecc8d [file] [log] [blame]
{
"name": "OXCen",
"version": "0.0.4",
"summary": "一些基础的类库",
"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/OXCen",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张旭东": "xudongzhang999@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hytzxd/OXCen.git",
"branch": "master",
"tag": "0.0.4"
},
"requires_arc": true,
"subspecs": [
{
"name": "Utils",
"source_files": "OXCen/OXCen/Classes/Utils/**/*.{h,m}"
},
{
"name": "DataManagment",
"source_files": "OXCen/OXCen/Classes/DataManagment/**/*.{h,m}"
},
{
"name": "Common",
"dependencies": {
"JZLocationConverter": [
"~> 1.0.0"
],
"OXCen/DataManagment": [
]
},
"source_files": "OXCen/OXCen/Classes/Common/**/*.{h,m}"
},
{
"name": "Model",
"dependencies": {
"OXCen/Utils": [
],
"Mantle": [
"~> 2.0"
]
},
"source_files": "OXCen/OXCen/Classes/Model/**/*.{h,m}"
},
{
"name": "Network",
"dependencies": {
"OXCen/Model": [
],
"OXCen/Common": [
],
"AFNetworking": [
"~> 2.5.4"
]
},
"source_files": "OXCen/OXCen/Classes/Network/**/*.{h,m}"
},
{
"name": "Vendors",
"dependencies": {
"SDWebImage": [
"~> 3.7.2"
],
"MBProgressHUD": [
"~> 0.9.1"
]
},
"source_files": "OXCen/OXCen/Classes/Vendors/**/*.{h,m}"
}
]
}