I had a clean swift project, using some cocoapods : Parse, AFNetworking and RESideMenu. I need to use STZPopupView pod, so I updated cocoapods with the last version:
Try removing isam/ from the Objective-C Bridging Header and have only Swift-Bridging-Header.h
Coming from personal experience, CocoaPods still have some issues when combining swift and Objective C frameworks. You can use Alamofire which is almost equivalent of AFNetworking for swift.
Hope this helps.
Edit : Also why use Objectice-C Parse in swift when you can directly use swift libraries.