[Add] IPDSDK 2.0.1.0
[CocoaPods.git] / Specs / e / 9 / a / NetLogger / 0.1.5 / NetLogger.podspec.json
blobbdd686dedc83ce218d3de8d599548c06182d0402
2   "name": "NetLogger",
3   "version": "0.1.5",
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.5"
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   }