[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 9 / a / NetLogger / 0.1.3 / NetLogger.podspec.json
blob7edfa104baf9a3e1c1b5932dd54449b05ef1fc29
2   "name": "NetLogger",
3   "version": "0.1.3",
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.3"
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   }