mirror of
https://github.com/zhigang1992/RxRealm.git
synced 2026-01-12 22:52:09 +08:00
14 lines
289 B
Ruby
14 lines
289 B
Ruby
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 |