Skip to content

Commit d5d8262

Browse files
committed
Merge pull request #1 from RxSwiftCommunity/mt-rxrealm
[WIP] * first commit
2 parents 043b0bd + efb6425 commit d5d8262

File tree

21 files changed

+1899
-8
lines changed

21 files changed

+1899
-8
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ Carthage/Build
6161

6262
fastlane/report.xml
6363
fastlane/screenshots
64+
Example/Pods

Diff for: Example/Podfile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
source 'https://github.com/CocoaPods/Specs.git'
2+
use_frameworks!
3+
4+
target 'RxRealm_Example', :exclusive => true do
5+
platform :ios, '8.3'
6+
pod 'RxRealm', :path => '../'
7+
pod 'RxSwift'
8+
pod 'RxCocoa'
9+
pod 'RealmSwift'
10+
end
11+
12+
target 'RxRealm_Tests', :exclusive => true do
13+
pod 'RxTests'
14+
end

0 commit comments

Comments
 (0)