-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a SampleApp to the project (#9)
- Loading branch information
Showing
76 changed files
with
9,825 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
use_frameworks! | ||
|
||
target :SampleApp do | ||
pod 'RocketData', :path => '..' | ||
pod 'PINCache', :git => 'https://github.com/pinterest/PINCache.git', :commit => '58635e4ff8d00fcd25084259a625c0615e9d071a' | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
PODS: | ||
- ConsistencyManager (1.0.1) | ||
- PINCache (2.3) | ||
- RocketData (1.0.0): | ||
- ConsistencyManager (~> 1.0.0) | ||
|
||
DEPENDENCIES: | ||
- PINCache (from `https://github.com/pinterest/PINCache.git`, commit `58635e4ff8d00fcd25084259a625c0615e9d071a`) | ||
- RocketData (from `..`) | ||
|
||
EXTERNAL SOURCES: | ||
PINCache: | ||
:commit: 58635e4ff8d00fcd25084259a625c0615e9d071a | ||
:git: https://github.com/pinterest/PINCache.git | ||
RocketData: | ||
:path: .. | ||
|
||
CHECKOUT OPTIONS: | ||
PINCache: | ||
:commit: 58635e4ff8d00fcd25084259a625c0615e9d071a | ||
:git: https://github.com/pinterest/PINCache.git | ||
|
||
SPEC CHECKSUMS: | ||
ConsistencyManager: d8789b3b9862cb0863515889ecf40c7c7f70239c | ||
PINCache: ce36ed282031b92fc7733ffe831f474ff80fddc2 | ||
RocketData: 2732411a7edcb801c6f5d1cc8f037482e366ff43 | ||
|
||
PODFILE CHECKSUM: e001998a7bd5df9fcb255ad65763b838a9005b0a | ||
|
||
COCOAPODS: 1.0.1 |
704 changes: 704 additions & 0 deletions
704
SampleApp/Pods/ConsistencyManager/ConsistencyManager/ConsistencyManager.swift
Large diffs are not rendered by default.
Oops, something went wrong.
131 changes: 131 additions & 0 deletions
131
SampleApp/Pods/ConsistencyManager/ConsistencyManager/DataStructures/BatchListener.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
92 changes: 92 additions & 0 deletions
92
SampleApp/Pods/ConsistencyManager/ConsistencyManager/DataStructures/BatchUpdateModel.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
SampleApp/Pods/ConsistencyManager/ConsistencyManager/DataStructures/ModelUpdates.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.