blob: fa10422be4e14a878c39cfcea330f1a96df57fe0 [file] [log] [blame]
{
"name": "OXCen",
"version": "0.0.1",
"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.1"
},
"source_files": [
"Classes",
"OXCen/OXCen/Classes/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"SDWebImage": [
"~> 3.7.2"
],
"Mantle": [
"~> 2.0"
],
"JZLocationConverter": [
"~> 1.0.0"
],
"SBAPNSPusher": [
"~> 2.2.1"
],
"MBProgressHUD": [
"~> 0.9.1"
]
}
}