Skip to content

Commit

Permalink
Add NonEmpty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Jan 6, 2019
1 parent b2a875a commit d221987
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CouchTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2622,6 +2622,7 @@
"${SRCROOT}/Pods/Target Support Files/Pods-CouchTrackerCoreTests/Pods-CouchTrackerCoreTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire-macOS/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/Moya-macOS/Moya.framework",
"${BUILT_PRODUCTS_DIR}/NonEmpty-macOS/NonEmpty.framework",
"${BUILT_PRODUCTS_DIR}/Realm-macOS/Realm.framework",
"${BUILT_PRODUCTS_DIR}/RealmSwift-macOS/RealmSwift.framework",
"${BUILT_PRODUCTS_DIR}/Result-macOS/Result.framework",
Expand All @@ -2638,6 +2639,7 @@
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NonEmpty.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
Expand Down Expand Up @@ -2702,6 +2704,7 @@
"${SRCROOT}/Pods/Target Support Files/Pods-CouchTracker/Pods-CouchTracker-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire-iOS/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/Moya-iOS/Moya.framework",
"${BUILT_PRODUCTS_DIR}/NonEmpty-iOS/NonEmpty.framework",
"${BUILT_PRODUCTS_DIR}/Realm-iOS/Realm.framework",
"${BUILT_PRODUCTS_DIR}/RealmSwift-iOS/RealmSwift.framework",
"${BUILT_PRODUCTS_DIR}/Result-iOS/Result.framework",
Expand All @@ -2726,6 +2729,7 @@
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NonEmpty.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
Expand Down Expand Up @@ -2861,7 +2865,7 @@
outputFileListPaths = (
);
outputPaths = (
$SRCROOT/GeneratedFiles/R.generated.swift,
"$SRCROOT/GeneratedFiles/R.generated.swift",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ OSX_VERSION = '10.11'.freeze
IOS_VERSION = '10.0'.freeze

def common_pods
pod 'NonEmpty', '0.1.2'
pod 'SwiftLint', '0.29.2'
pod 'Trakt', path: './vendor/Trakt-Swift'
pod 'TMDB', path: './vendor/TMDB-Swift'
Expand Down
6 changes: 5 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PODS:
- Moya/Core
- RxSwift (~> 4.0)
- Nimble (7.3.1)
- NonEmpty (0.1.2)
- Pageboy (3.0.1)
- R.swift (5.0.0):
- R.swift.Library (~> 5.0.0)
Expand Down Expand Up @@ -51,6 +52,7 @@ DEPENDENCIES:
- Cartography (= 3.1.0)
- Kingfisher (= 5.0.1)
- Nimble (= 7.3.1)
- NonEmpty (= 0.1.2)
- R.swift (= 5.0.0)
- RealmSwift (= 3.7.6)
- RxCocoa (= 4.4.0)
Expand All @@ -72,6 +74,7 @@ SPEC REPOS:
- Kingfisher
- Moya
- Nimble
- NonEmpty
- Pageboy
- R.swift
- R.swift.Library
Expand Down Expand Up @@ -102,6 +105,7 @@ SPEC CHECKSUMS:
Kingfisher: 4f771421b9208185217550528a06fd48756cb7c2
Moya: cf730b3cd9e005401ef37a85143aa141a12fd38f
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
NonEmpty: b1054f956f717e9f771d379485c9dd7c2bc65a74
Pageboy: ec0170fd880ea6fa3589219edfd64b554443ff6e
R.swift: f88c7d7d48a2be4dffa132dde1b3d389620310eb
R.swift.Library: 0bf390e729bc10bb2c9e4fb78bd043164a7be4ff
Expand All @@ -119,6 +123,6 @@ SPEC CHECKSUMS:
Trakt: 40017d9fb9e02eac04953d0b8d10b36abc2f32f9
TVDB: 02147961f77ddc25989b72bff5746e3da78ffb3d

PODFILE CHECKSUM: 1049b3c9ed13eebe23dac2472aa44ec3adbd8d92
PODFILE CHECKSUM: 0c42cfe6d6095cbb9123b77b4c15443c7f4863c9

COCOAPODS: 1.5.3

0 comments on commit d221987

Please sign in to comment.