blob: 9380fc651c88b18e67692d1d171de72c22829b02 [file] [log] [blame]
{
"name": "NetLogger",
"version": "0.1.1",
"summary": "Log and view network requests within the app itself.",
"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.",
"homepage": "https://github.com/croozeus/NetLogger",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"croozeus": "croozeus@yahoo.com"
},
"source": {
"git": "https://github.com/croozeus/NetLogger.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetLogger/Classes/**/*",
"resources": [
"NetLogger/Assets/*.xcassets",
"NetLogger/Classes/*.xib"
]
}