Skip to content

Commit

Permalink
[pod-updates] updated cocoapods, fixed Podfile to remove warning on `…
Browse files Browse the repository at this point in the history
…pod install`
  • Loading branch information
rexmas committed Jan 19, 2016
1 parent 214b502 commit d8943c4
Show file tree
Hide file tree
Showing 18 changed files with 879 additions and 2,421 deletions.
Binary file modified .DS_Store
Binary file not shown.
10 changes: 7 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
platform :ios, '8.0'
use_frameworks!

pod 'RealmSwift'

link_with 'RealmCrust', 'RealmCrustTests'
def shared_pods
pod 'RealmSwift'
end

target 'RealmCrust' do
shared_pods
link_with 'RealmCrust'
end

target 'RealmCrustTests' do
shared_pods
pod 'Crust'
link_with 'RealmCrustTests'
end
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Crust (0.0.1):
- Crust (0.0.2):
- JSONValueRX
- JSONValueRX (1.0.1)
- Realm (0.97.0):
Expand All @@ -13,7 +13,7 @@ DEPENDENCIES:
- RealmSwift

SPEC CHECKSUMS:
Crust: fd73f687fbe11e423bda0a5d935d980dba63cc5e
Crust: 49336202a56192c16cce92d677dae170a798ba53
JSONValueRX: 9cb170c7507e46a1384ee0d680dfdb850020e748
Realm: b498a6fb9d288b171ff98d0e2d4384c295be8990
RealmSwift: d014810dec75c9a3f1a33926d2dabfed855c582c
Expand Down
5 changes: 4 additions & 1 deletion Pods/Crust/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,866 changes: 846 additions & 1,020 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Pods/Target Support Files/Crust/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions Pods/Target Support Files/Pods/Info.plist

This file was deleted.

Loading

0 comments on commit d8943c4

Please sign in to comment.