Skip to content

Commit

Permalink
Merge tag '0.1.2' into develop
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
zhuamaodeyu committed Sep 26, 2020
2 parents 8f78ae8 + c2d249e commit 52c1940
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .swift_version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.2
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- TKCocoaModule (0.1.3)
- TKCocoaWidgetModule (0.1.1):
- TKCocoaWidgetModule (0.1.2):
- TKCocoaModule

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
TKCocoaModule: 7ffb32b8c0efffd0ed4d6290c215af69578918c6
TKCocoaWidgetModule: 424f3ae501e7277dad2cdebd22783bf58bf9721a
TKCocoaWidgetModule: e33a88aa806bfc904df5c046dfe1120c33fc8a41

PODFILE CHECKSUM: aa95a4db622e32c596957befaa5dc78f68917bcd

Expand Down
6 changes: 4 additions & 2 deletions Example/TKCocoaWidgetModule.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand Down Expand Up @@ -451,6 +452,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down Expand Up @@ -498,7 +500,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.TKCocoaWidgetModule-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TEST_HOST = "";
};
name = Debug;
Expand All @@ -515,7 +517,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.TKCocoaWidgetModule-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TEST_HOST = "";
};
name = Release;
Expand Down
6 changes: 3 additions & 3 deletions TKCocoaWidgetModule.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'TKCocoaWidgetModule'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'A short description of TKCocoaWidgetModule.'

# This description is used to generate tags and improve search results.
Expand All @@ -21,11 +21,11 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here.
DESC

s.homepage = 'https://github.com/FredevTeam/TKFoundationModule'
s.homepage = 'https://github.com/FredevTeam/TKCocoaWidgetModule'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'zhuamaodeyu' => '[email protected]' }
s.source = { :git => 'https://github.com/FredevTeam/TKFoundationModule.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/FredevTeam/TKCocoaWidgetModule.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.platform = :osx
Expand Down

0 comments on commit 52c1940

Please sign in to comment.