Skip to content

Commit

Permalink
Merge pull request #1 from RxSwiftCommunity/mt-rxrealm
Browse files Browse the repository at this point in the history
[WIP] * first commit
  • Loading branch information
icanzilb committed Apr 22, 2016
2 parents 043b0bd + efb6425 commit d5d8262
Show file tree
Hide file tree
Showing 21 changed files with 1,899 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ Carthage/Build

fastlane/report.xml
fastlane/screenshots
Example/Pods
14 changes: 14 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
Loading

0 comments on commit d5d8262

Please sign in to comment.