Skip to content

Commit

Permalink
Merge pull request #29 from shushutochako/fix/podfile
Browse files Browse the repository at this point in the history
fix pod install error
  • Loading branch information
shushutochako authored Oct 15, 2017
2 parents b8d8f71 + d3c788d commit 603ce42
Show file tree
Hide file tree
Showing 27 changed files with 681 additions and 728 deletions.
112 changes: 62 additions & 50 deletions Example/CircleSlider.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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 'CircleSlider_Example', :exclusive => true do
target 'CircleSlider_Example' do
pod "CircleSlider", :path => "../"
end

target 'CircleSlider_Tests', :exclusive => true do
target 'CircleSlider_Tests' do
pod "CircleSlider", :path => "../"


Expand Down
8 changes: 5 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CircleSlider (0.1.0)
- CircleSlider (0.5.0)

DEPENDENCIES:
- CircleSlider (from `../`)
Expand All @@ -9,6 +9,8 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
CircleSlider: 88f2d6cc28d6a61e6602dc0317997672d6038206
CircleSlider: c6eca7297b40e3a638395a938d1b16b8c4710821

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 988d3b95ee836bb0b694f9481fb118301b32e0e3

COCOAPODS: 1.3.1
21 changes: 8 additions & 13 deletions Example/Pods/Local Podspecs/CircleSlider.podspec.json

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

8 changes: 5 additions & 3 deletions Example/Pods/Manifest.lock

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

664 changes: 278 additions & 386 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

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

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

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

40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/CircleSlider/Info.plist

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

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

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

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

Loading

0 comments on commit 603ce42

Please sign in to comment.