Skip to content

Commit

Permalink
Updating ExampleCocoapods 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kierangraham committed Oct 30, 2017
1 parent bae2e63 commit 8c44b5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions ExampleCocoapods/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${PODS_ROOT}/PredictIO/Frameworks/swift4.0/PredictIO.framework",
"${BUILT_PRODUCTS_DIR}/PredictIO/PredictIO.framework",
"${BUILT_PRODUCTS_DIR}/ReachabilitySwift/Reachability.framework",
"${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
"${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
Expand All @@ -220,7 +219,6 @@
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PredictIO.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PredictIO.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reachability.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
Expand Down
2 changes: 1 addition & 1 deletion ExampleCocoapods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ target 'Example' do
use_frameworks!

# pod 'PredictIO/Swift4.0', path: '../'
pod 'PredictIO', '5.0.0-beta.8'
pod 'PredictIO', '5.0.0'
end
10 changes: 5 additions & 5 deletions ExampleCocoapods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Alamofire (4.5.1)
- PredictIO (5.0.0-beta.6):
- PredictIO (5.0.0):
- Alamofire (~> 4.5.0)
- ReachabilitySwift (~> 4.0.0)
- Realm (~> 2.10.0)
Expand All @@ -22,11 +22,11 @@ PODS:
- SwiftyUserDefaults (3.0.0)

DEPENDENCIES:
- PredictIO (= 5.0.0-beta.6)
- PredictIO (= 5.0.0)

SPEC CHECKSUMS:
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
PredictIO: 8893086fba4e9cd9548436f6c2d33a8a3d7a1720
PredictIO: 1bf56ba38a12cadb07bc4bdf5eef2fd82980a383
ReachabilitySwift: e67b2cab4d5386053673d8a7421b5981e5f08259
Realm: 0ef72b837fb67e9f4b098bac771ddd72c7fdbb69
RealmSwift: 07a9ae0505091eda6b2ee7c190c3786d6e90a7b0
Expand All @@ -35,6 +35,6 @@ SPEC CHECKSUMS:
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220
SwiftyUserDefaults: 0f1d45fc3aafb9064dac661e367f8f83fe21a4b4

PODFILE CHECKSUM: 31733f8c6b3dbbe24c541ef63ec173167e676a83
PODFILE CHECKSUM: e91c39d6982c03965b1ffb6ff7cb4001ced12241

COCOAPODS: 1.4.0.beta.2
COCOAPODS: 1.3.1

0 comments on commit 8c44b5c

Please sign in to comment.