Skip to content

Commit

Permalink
[DOC] version update
Browse files Browse the repository at this point in the history
- fix setting and version update
  • Loading branch information
sihon321 committed Nov 2, 2019
1 parent dbd298e commit a488ecf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use_frameworks!
platform :ios, '9.3'

use_frameworks!

target 'SharePoster_Example' do
pod 'SharePoster', :path => '../'

Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SharePoster: 8cbe93b75cb27f6d0b023970cc0030cfac00866f

PODFILE CHECKSUM: 0a9aedeb0af3e11b93a5d21f01b9addb38f166ab
PODFILE CHECKSUM: f2ed2a9132123feba1f937ae1557fcc240fbd478

COCOAPODS: 1.8.4
2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

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

6 changes: 4 additions & 2 deletions Example/SharePoster.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@
607FACED1AFB9204008FA782 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -569,6 +570,7 @@
607FACEE1AFB9204008FA782 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -616,7 +618,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 353C55C4BC4704324A6903EF /* Pods-SharePoster_Example.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = SharePoster/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -632,7 +634,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = ED4834105870AF8111771F35 /* Pods-SharePoster_Example.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = SharePoster/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion SharePoster.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SharePoster'
s.version = '0.4.0'
s.version = '0.5.0'
s.summary = 'SharePoster is to help users post content(image, video, url, etc..) in Share Extension'

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

0 comments on commit a488ecf

Please sign in to comment.