blob: de6bbf5264882c6b01b7e79243cbfa04ebe9497f [file] [log] [blame]
{
"name": "NSObject-Network",
"version": "0.0.2",
"summary": "nick addition for AFNetworking with Exception",
"description": " A longer description of NSObject-Network 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": "6.0"
},
"source": {
"git": "https://github.com/maruipp/NSObject-Network.git",
"tag": "0.0.2"
},
"source_files": [
"class",
"class/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
]
}
}