blob: afb048651b95569a93414eda7e3d5105059e9672 [file] [log] [blame]
{
"name": "UIWebViewRemoveShadow",
"version": "0.0.1",
"summary": "iOS UIWebView category to remove the top and bottom shadow that Apple automatically adds to every webview.",
"homepage": "https://github.com/markrickert/UIWebView-RemoveShadow",
"license": "MIT",
"authors": {
"Mark Rickert": "mjar81@gmail.com"
},
"source": {
"git": "https://github.com/markrickert/UIWebView-RemoveShadow.git",
"tag": "0.0.1"
},
"platforms": {
"ios": null
},
"source_files": "UIWebView+RemoveShadow.{h,m}",
"requires_arc": false
}