blob: 6940ffbd3dbf545c7d3b5f353f4696a07c06677d [file] [log] [blame]
{
"name": "NSObject+Network",
"version": "0.0.2",
"summary": "A category enhance AFNetworking.",
"description": " A longer description of HYNetwork 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/maruipp/NSObject-Network",
"license": "MIT",
"authors": {
"ruipeng": "maruipp@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/maruipp/NSObject-Network.git",
"tag": "0.0.2"
},
"source_files": [
"class",
"class/**/*.{h,m}"
],
"exclude_files": "class/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.4.1"
]
}
}