Skip to content

Commit

Permalink
working on pod configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
superbderrick committed Sep 9, 2017
1 parent 2c6c89f commit bb6d2f4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SummerSlider (0.1.0)
- SummerSlider (0.1.1)

DEPENDENCIES:
- SummerSlider (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
SummerSlider: 6df72fdcd8e99673ea251451e463198664f13377
SummerSlider: 565c5afa4e70e4c760f7e2a688799ad528663d98

PODFILE CHECKSUM: c59762548c6e31507770351d835f1ab3c894cd75

Expand Down
14 changes: 7 additions & 7 deletions Example/Pods/Local Podspecs/SummerSlider.podspec.json

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

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

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.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/SummerSlider/Info.plist

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

4 changes: 2 additions & 2 deletions SummerSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SummerSlider'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'Custom Slider library '

# This description is used to generate tags and improve search results.
Expand All @@ -17,7 +17,7 @@ TODO: The iOS Custom Slider library that can distinguish the parts where the adv
s.homepage = 'https://github.com/superbderrick/SummerSlider'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '[email protected]' => '[email protected]' }
s.author = { 'SuperbDerrick' => '[email protected]' }
s.source = { :git => 'https://github.com/superbderrick/SummerSlider.git', :tag => s.version.to_s }


Expand Down

0 comments on commit bb6d2f4

Please sign in to comment.