From 657f56fa06a4ecc5d89bbf273cbc22a0333dfcaa Mon Sep 17 00:00:00 2001 From: HongliYu Date: Sun, 4 Sep 2016 22:18:04 +0800 Subject: [PATCH] fix build error --- Example/Podfile | 4 ++-- Example/Podfile.lock | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index f013c53..342c639 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,11 +1,11 @@ source 'https://github.com/CocoaPods/Specs.git' use_frameworks! -target 'SwiftString_Example', :exclusive => true do +target 'SwiftString_Example' do pod 'SwiftString', :path => '../' end -target 'SwiftString_Tests', :exclusive => true do +target 'SwiftString_Tests' do pod 'SwiftString', :path => '../' pod 'SwiftHamcrest' end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 7b0c421..242032b 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,6 +1,6 @@ PODS: - SwiftHamcrest (0.3) - - SwiftString (0.1) + - SwiftString (0.5.1) DEPENDENCIES: - SwiftHamcrest @@ -12,6 +12,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: SwiftHamcrest: 652d2e197df0957b532f1c66a9112bc809030965 - SwiftString: 0a32494e59f63c337ad0b2b5fa8cdba5c536484a + SwiftString: 55c189fc54f3f5e3030a355155be47c41852bcc6 -COCOAPODS: 0.39.0 +PODFILE CHECKSUM: beb17e7b45bae824f7ac6b8fe7ae5ec34ab8d34c + +COCOAPODS: 1.0.1