Skip to content

Commit

Permalink
Bump the version to 0.3.1.
Browse files Browse the repository at this point in the history
Add .swift-version file and fix example.
  • Loading branch information
monoqlo committed Sep 15, 2016
1 parent 096ca0c commit 09783bb
Show file tree
Hide file tree
Showing 27 changed files with 628 additions and 634 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
100 changes: 50 additions & 50 deletions Example/ExpandingMenu.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

target 'ExpandingMenu_Example', :exclusive => true do
target 'ExpandingMenu_Example' do
pod "ExpandingMenu", :path => "../"
end

target 'ExpandingMenu_Tests', :exclusive => true do
target 'ExpandingMenu_Tests' do
pod "ExpandingMenu", :path => "../"


end
8 changes: 5 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ExpandingMenu (0.1.1)
- ExpandingMenu (0.3.1)

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

SPEC CHECKSUMS:
ExpandingMenu: a38ad135f85954b9ba1b0db4e394cbef0df572e7
ExpandingMenu: 107548f3cb8c04b28a8b6b436983f506849484cc

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 3f8cfad6e98788bd99f02169d65e2d62d19f6aae

COCOAPODS: 1.1.0.rc.2
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/ExpandingMenu.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.

653 changes: 334 additions & 319 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

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/ExpandingMenu/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.

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 09783bb

Please sign in to comment.