Skip to content
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ DerivedData
# Bundler
.bundle

Carthage
IDEWorkspaceChecks.plist
Carthage/
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
Expand Down
2 changes: 2 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "segmentio/analytics-ios" "4.1.2"
github "Leanplum/Leanplum-iOS-SDK"
2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "Leanplum/Leanplum-iOS-SDK" "3.1.2"
github "segmentio/analytics-ios" "4.1.2"
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Analytics (4.1.2)
- Leanplum-iOS-SDK (3.1.0)
- LeanplumSegment (1.1.4-beta9):
- LeanplumSegment (1.1.4):
- Analytics (~> 4)
- Leanplum-iOS-SDK (~> 3)
- OCMock (3.2.2)
Expand All @@ -23,9 +23,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Analytics: 177da2c597aba83a6882b706ca6e0a071fd7cd26
Leanplum-iOS-SDK: c3d3996abb695cb971ba0793dd20c25934126871
LeanplumSegment: ee7cbc02a488abd2ea0d4775beb02364c2d76ffe
LeanplumSegment: 960982b29927cc87624eaf6550633db22d67fc80
OCMock: 18c9b7e67d4c2770e95bb77a9cc1ae0c91fe3835

PODFILE CHECKSUM: a870d03dd5ee7b5663f0331a66c22f3028ff4103

COCOAPODS: 1.10.0
COCOAPODS: 1.10.1
2 changes: 1 addition & 1 deletion LeanplumSegment.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/Leanplum/Leanplum-Segment-iOS.git", :tag => s.version.to_s }

s.source_files = 'Pod/Classes/**/*'
s.source_files = 'LeanplumSegment/Classes/**/*'

s.dependency 'Analytics', '~> 4'
s.dependency 'Leanplum-iOS-SDK', '~> 3'
Expand Down
Loading