blob: 22e05f293f2cc4666ef8c5daf32f57106f97ebcd [file] [log] [blame]
{
"name": "DBHTTPClient",
"version": "0.1",
"summary": "My personal HTTP client based on AFNetworking",
"description": " A longer description of DBHTTPClient 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/danielebogo/DBHTTPClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Bogo": "me@bogodaniele.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/danielebogo/DBHTTPClient.git",
"tag": "0.1"
},
"source_files": [
"DBHTTPClient",
"DBHTTPClient/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}