blob: 810a8345ab624aad7c4e81ebd3bec2bc4705197b [file] [log] [blame]
{
"name": "FPGSilentLogger",
"version": "0.1.1",
"summary": "Plug and play automatic error and navigation logging for iOS apps.",
"description": "Plug and play automatic error and navigation logging for iOS apps.\n\n#TODO\n- Add a decent description\n- Add support to user navigation\n- Add options to select what to log",
"homepage": "https://github.com/fpg1503/FPGSilentLogger",
"license": "MIT",
"authors": {
"Francesco Perrotti-Garcia": "fpg1503@gmail.com"
},
"source": {
"git": "https://github.com/fpg1503/FPGSilentLogger.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/fpg1503",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FPGSilentLogger": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"JRSwizzle": [
]
}
}