source 'https://github.com/CocoaPods/Specs.git' use_frameworks! target 'RxRealm_Example', :exclusive => true do platform :ios, '8.3' pod 'RxRealm', :path => '../' pod 'RxSwift' pod 'RxCocoa' pod 'RealmSwift' end target 'RxRealm_Tests', :exclusive => true do pod 'RxTests' end