[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / c / b / NetHttpLog / 0.0.1 / NetHttpLog.podspec.json
blob7836d3444f8b2bd74da802befa1eab6b9f9bd2d6
2   "name": "NetHttpLog",
3   "version": "0.0.1",
4   "summary": "A common of NetHttpLog.",
5   "description": "A log tool for URL Request base on AFNetworking",
6   "homepage": "https://github.com/boyssimple/NetHttpLog.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "罗伟": "luowei@cqyanyu.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/boyssimple/NetHttpLog.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "Sources/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.2.1"
29     ]
30   }