Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Boryk, Andrew [GTSUS] committed Mar 28, 2018
1 parent d7fa00e commit 276f149
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/SideViewManager/Info.plist

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

2 changes: 2 additions & 0 deletions Example/SideViewManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = F6ALBB84EY;
INFOPLIST_FILE = SideViewManager/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
Expand All @@ -537,6 +538,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = F6ALBB84EY;
INFOPLIST_FILE = SideViewManager/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
Expand Down
2 changes: 1 addition & 1 deletion SideViewManager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SideViewManager'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'A manager for controlling the presentation of a view moving on and off screen.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 276f149

Please sign in to comment.