Skip to content

Commit

Permalink
Update pod configuration on example project via pod update.
Browse files Browse the repository at this point in the history
Let Xcode8 do its auto modifications on UI files for example project.
  • Loading branch information
Adonis Peralta committed Jan 11, 2017
1 parent d459440 commit 876ad04
Show file tree
Hide file tree
Showing 22 changed files with 1,227 additions and 2,396 deletions.
11 changes: 7 additions & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
source 'https://github.com/CocoaPods/Specs.git'
pod 'HexColors', '~> 4.0'
pod 'PPTopMostController', :git => 'https://github.com/donileo/PPTopMostController.git'
#pod 'Reveal-iOS-SDK', :configurations => ['Debug']
pod 'RMessage', :path => '../'

target "RMessage" do
pod 'HexColors', '~> 4.0'
pod 'PPTopMostController', :git => 'https://github.com/donileo/PPTopMostController.git'
#pod 'Reveal-SDK', :configurations => ['Debug']
pod 'RMessage', :path => '..'
end
12 changes: 7 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- HexColors (4.0.0)
- PPTopMostController (0.0.1)
- RMessage (2.0.0):
- RMessage (2.1.0):
- HexColors (~> 4.0)
- PPTopMostController

DEPENDENCIES:
- HexColors (~> 4.0)
- PPTopMostController (from `https://github.com/donileo/PPTopMostController.git`)
- RMessage (from `../`)
- RMessage (from `..`)

EXTERNAL SOURCES:
PPTopMostController:
:git: https://github.com/donileo/PPTopMostController.git
RMessage:
:path: "../"
:path: ".."

CHECKOUT OPTIONS:
PPTopMostController:
Expand All @@ -24,6 +24,8 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
HexColors: 5f95843ef89aff6a72e1fd3a8ebabf205cc43379
PPTopMostController: ca6c8fd33abd2895d57d86bfe27ae7425b44eea8
RMessage: 3a09e93d07a092cb2c057bce1684b78b7c1f9c87
RMessage: 52acb5fcb2ccb6e76959dc1087070ae3e73b8f8c

COCOAPODS: 0.39.0
PODFILE CHECKSUM: e9a60be35100480245528fc74b2741965b2a1832

COCOAPODS: 1.1.1
22 changes: 0 additions & 22 deletions Example/Pods/Local Podspecs/HexColors.podspec.json

This file was deleted.

4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/RMessage.podspec.json

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

12 changes: 7 additions & 5 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit 876ad04

Please sign in to comment.