[Add] BrainCloudCpp 5.5.0
[CocoaPods.git] / Specs / f / 1 / 7 / AFHTTPClientLogger / 0.5.0 / AFHTTPClientLogger.podspec.json
blobd5b25869d3c98a8efd20027d48af127e7bf4ee00
2   "name": "AFHTTPClientLogger",
3   "version": "0.5.0",
4   "summary": "A configurable HTTP request logger for AFNetworking.",
5   "homepage": "https://github.com/jparise/AFHTTPClientLogger",
6   "license": "MIT",
7   "authors": {
8     "Jon Parise": "jon@indelible.org"
9   },
10   "source": {
11     "git": "https://github.com/jparise/AFHTTPClientLogger.git",
12     "tag": "0.5.0"
13   },
14   "source_files": "AFHTTPClientLogger.{h,m}",
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       ">= 1.0"
23     ]
24   }