[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 9 / a / NetLogger / 0.1.7 / NetLogger.podspec.json
blob1dca0f9379266f33fb17ba9c0feab9daf791a63f
2   "name": "NetLogger",
3   "version": "0.1.7",
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.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NetLogger/Classes/**/*.{h,m}",
22   "resource_bundles": {
23     "NetLogger": [
24       "NetLogger/Assets/*.xcassets",
25       "NetLogger/Classes/*.xib"
26     ]
27   }