Skip to content

Commit

Permalink
Bump version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Nov 5, 2016
1 parent a3017ce commit 487d272
Show file tree
Hide file tree
Showing 23 changed files with 1,023 additions and 2,198 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Upcoming

## Version 2.10.0

* Adds "Tap to next" support on custom views
* Adds delegate method `introWillFinish:wasSkipped:`
* Adds delegate method `intro:didScrollWithOffset:`
Expand Down
2 changes: 1 addition & 1 deletion EAIntroView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'EAIntroView'
s.version = '2.9.0'
s.version = '2.10.0'
s.summary = 'Highly customizable drop-in solution for introduction views.'
s.screenshot = 'https://raw.githubusercontent.com/ealeksandrov/EAIntroView/master/Screenshot01.png'
s.homepage = 'https://github.com/ealeksandrov/EAIntroView'
Expand Down
2 changes: 1 addition & 1 deletion Example/EAIntroView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run \'pod install\' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
99090C24CBC3972049FF3D4A /* [CP] Copy Pods Resources */ = {
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- EAIntroView (2.9.0):
- EAIntroView (2.10.0):
- EARestrictedScrollView (~> 1.1.0)
- EARestrictedScrollView (1.1.0)
- SMPageControl (1.2)
Expand All @@ -13,10 +13,10 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
EAIntroView: 76f68cc56242f2e25359419e6ecc2344ee7e1756
EAIntroView: 3494b7bbd1212e3a4f7e8d16194a1b00e7b9abb2
EARestrictedScrollView: b0c2a3f92fb2610bb44d71c5e4893777c89e45ef
SMPageControl: 922892813001cfaf059e86e6801f46a967e9ee29

PODFILE CHECKSUM: ccd78dd24340deb55420824d45fb13fac359a077

COCOAPODS: 1.0.1
COCOAPODS: 1.2.0.beta.1
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/EAIntroView.podspec.json

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

6 changes: 3 additions & 3 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 487d272

Please sign in to comment.