[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 9 / a / NetLogger / 0.1.0 / NetLogger.podspec.json
blobffac500427321c22c2737b4ec82cea66e8697f40
2   "name": "NetLogger",
3   "version": "0.1.0",
4   "summary": "Log and view network requests within the app itself.",
5   "description": "NetLogger logs the network requests made by your app. The log and details of each such request  is available to view in real time from within the app itself. The app may make network requests using any library / pod of your choice.",
6   "homepage": "https://github.com/croozeus/NetLogger",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "croozeus": "croozeus@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/croozeus/NetLogger.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NetLogger/Classes/**/*",
22   "resource_bundles": {
23     "NetLogger": [
24       "NetLogger/Assets/*.xcassets",
25       "NetLogger/Classes/*.xib"
26     ]
27   }