Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build error #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -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
8 changes: 5 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- SwiftHamcrest (0.3)
- SwiftString (0.1)
- SwiftString (0.5.1)

DEPENDENCIES:
- SwiftHamcrest
Expand All @@ -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