diff --git a/Makefile b/Makefile index b80cd3af..68c079fa 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ test: publish-pod: # pod trunk register narcvs@gmail.com 'Marcus Westin' --description='MBA/MBP-xyz' - pod trunk push --allow-warnings --verbose WebViewJavascriptBridge.podspec + pod trunk push --verbose WebViewJavascriptBridge.podspec diff --git a/Roadmap.md b/Roadmap.md index b5f9ebde..5eaa9c2b 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -29,7 +29,7 @@ Misc - [ ] Scrap UIWebView? - [ ] Style consistency through all code - [ ] Test pod -- [ ] Fix OSX lint warnings (`pod spec lint`) +- [X] Fix OSX lint warnings (`pod spec lint`) - [X] I believe `receiveMessageQueue` in JS is no longer needed, since the JS explicitly tells ObjC when to start sending messages. Remove? v5.0.1