Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Mar 31, 2019
1 parent 3f7290b commit ea9a636
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 106 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

-----

## [5.0.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/5.0.0) (2019-03-20)
## [5.0.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/5.0.0) (2019-03-30)

- Update to Swift 5.0.
- Upgrade to Swift 5.0.

---

Expand Down
28 changes: 14 additions & 14 deletions EFCountingLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|
s.name = 'EFCountingLabel'
s.version = '5.0.0'
s.summary = 'A label which can show number change animated.'
s.name = 'EFCountingLabel'
s.version = '5.0.0'
s.summary = 'A label which can show number change animated.'

s.description = <<-DESC
A label which can show number change animated, in Swift.
DESC
s.description = <<-DESC
A label which can show number change animated, in Swift.
DESC

s.homepage = 'https://github.com/EFPrefix/EFCountingLabel'
s.screenshot = 'https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/Assets/example.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'EyreFree' => '[email protected]' }
s.source = { :git => 'https://github.com/EFPrefix/EFCountingLabel.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/EyreFree777'
s.homepage = 'https://github.com/EFPrefix/EFCountingLabel'
s.screenshot = 'https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/Assets/example.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'EyreFree' => '[email protected]' }
s.source = { :git => 'https://github.com/EFPrefix/EFCountingLabel.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/EyreFree777'

s.ios.deployment_target = '8.0'
s.source_files = 'EFCountingLabel/Classes/*.swift'
s.ios.deployment_target = '8.0'
s.source_files = 'EFCountingLabel/Classes/*.swift'
end
6 changes: 4 additions & 2 deletions Example/EFCountingLabel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand Down Expand Up @@ -471,7 +471,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down Expand Up @@ -526,6 +526,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EFCountingLabel_Example.app/EFCountingLabel_Example";
};
name = Debug;
};
Expand All @@ -543,6 +544,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EFCountingLabel_Example.app/EFCountingLabel_Example";
};
name = Release;
};
Expand Down
8 changes: 0 additions & 8 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,3 @@ target 'EFCountingLabel_Example' do

end
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.2'
end
end
end
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- EFCountingLabel (4.3.1)
- EFCountingLabel (5.0.0)

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

SPEC CHECKSUMS:
EFCountingLabel: 656f4309c562b98a8cc89eaa955a1acb3e29b074
EFCountingLabel: c25faa62a975f8ef9b2cb0928e8675520e8e2739

PODFILE CHECKSUM: c3ac181469d79daa5823856cee38c068e76378d6
PODFILE CHECKSUM: 18006cf8308f1ddc4db21317a6cf556416d587b1

COCOAPODS: 1.6.1
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/EFCountingLabel.podspec.json

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

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit ea9a636

Please sign in to comment.