Skip to content

Commit

Permalink
Update Podfile for CocoaPods 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jun 30, 2016
1 parent 6e98465 commit 7a69bdc
Show file tree
Hide file tree
Showing 32 changed files with 2,110 additions and 8,730 deletions.
16 changes: 7 additions & 9 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
source 'https://github.com/CocoaPods/Specs.git'
target 'Segment-Adjust_Example' do
pod 'Segment-Adjust', :path => '../'

target 'Segment-Adjust_Example', :exclusive => true do
pod "Segment-Adjust", :path => "../"
end

target 'Segment-Adjust_Tests', :exclusive => true do
pod "Segment-Adjust", :path => "../"
target 'Segment-Adjust_Tests' do
inherit! :search_paths

pod 'Specta'
pod 'Expecta'
pod 'Specta'
pod 'Expecta'
end
end
6 changes: 4 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEPENDENCIES:

EXTERNAL SOURCES:
Segment-Adjust:
:path: "../"
:path: ../

SPEC CHECKSUMS:
Adjust: c6179ee5ab2d333a19e59688a489c02223e31477
Expand All @@ -25,4 +25,6 @@ SPEC CHECKSUMS:
Segment-Adjust: 62c39607a94ecd3c49e4117bd1b76987b84f9021
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 6057868ba6813120a3ab5ffee3b33af7e280bbd5

COCOAPODS: 1.0.1
31 changes: 0 additions & 31 deletions Example/Pods/Local Podspecs/Segment-Localytics.podspec.json

This file was deleted.

6 changes: 4 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a69bdc

Please sign in to comment.