Skip to content

Commit

Permalink
updated podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarten committed Mar 16, 2016
1 parent 23d5bce commit a5116e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
source 'https://github.com/CocoaPods/Specs.git'
#use_frameworks! // TODO: Uncomment this (needs fix in Leanplum SDK)
workspace './../LeanplumSegment'

target 'LeanplumSegment_Example', :exclusive => true do
pod 'LeanplumSegment', :path => '../'
pod 'Analytics'
pod 'Leanplum-iOS-SDK'
pod 'Analytics', '~> 3'
pod 'Leanplum-iOS-SDK', '~> 1'
end

target 'LeanplumSegment_Tests', :exclusive => true do
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PODS:
- OCMock (3.2.2)

DEPENDENCIES:
- Analytics
- Leanplum-iOS-SDK
- Analytics (~> 3)
- Leanplum-iOS-SDK (~> 1)
- LeanplumSegment (from `../`)
- OCMock (~> 3.2.2)

Expand All @@ -19,7 +19,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Analytics: b342fb4f43fa4f97ca6f4358b44d3295217ba294
Leanplum-iOS-SDK: a5b637fef3e132e4c5df80c28ef6809526283488
LeanplumSegment: 28445db785ebb1b4a71ab0e0352fb9a4e4638689
LeanplumSegment: b57baf78a24e13d72e614cc029db356a4ed4ec85
OCMock: 18c9b7e67d4c2770e95bb77a9cc1ae0c91fe3835

COCOAPODS: 0.39.0

0 comments on commit a5116e0

Please sign in to comment.