Skip to content

Commit

Permalink
Bumped podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed May 17, 2016
1 parent d515a18 commit 5e39ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion TOWebViewController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TOWebViewController'
s.version = '2.2.3'
s.version = '2.2.4'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'An inline browser view controller that allows users to view and navigate web pages from within an app.'
s.homepage = 'https://github.com/TimOliver/TOWebViewController'
Expand Down
4 changes: 2 additions & 2 deletions TOWebViewControllerExample.xcodeproj/project.pbxproj
Expand Up @@ -871,7 +871,7 @@
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = "OnePasswordExample-Info.plist";
INFOPLIST_FILE = "TOWebViewController+1Password/OnePasswordExample-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
"OTHER_LDFLAGS[arch=*]" = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.timoliver.${PRODUCT_NAME:rfc1034identifier}";
Expand All @@ -891,7 +891,7 @@
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Example/TOWebViewControllerExample-Prefix.pch";
INFOPLIST_FILE = "OnePasswordExample-Info.plist";
INFOPLIST_FILE = "TOWebViewController+1Password/OnePasswordExample-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.timoliver.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 5e39ec1

Please sign in to comment.