Skip to content

Commit cb5ffd2

Browse files
committed
Version 5.0.1
1 parent 6b30402 commit cb5ffd2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

NVActivityIndicatorView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NVActivityIndicatorView'
3-
s.version = '5.0.0'
3+
s.version = '5.0.1'
44
s.summary = 'A collection of awesome loading animations'
55
s.homepage = 'https://github.com/ninjaprox/NVActivityIndicatorView'
66
s.screenshot = 'https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif'

NVActivityIndicatorView.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849
OBJ_100 /* Release */ = {
850850
isa = XCBuildConfiguration;
851851
buildSettings = {
852-
CURRENT_PROJECT_VERSION = 5.0.0;
852+
CURRENT_PROJECT_VERSION = 5.0.1;
853853
ENABLE_TESTABILITY = YES;
854854
FRAMEWORK_SEARCH_PATHS = (
855855
"$(inherited)",
@@ -860,7 +860,7 @@
860860
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
861861
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
862862
MACOSX_DEPLOYMENT_TARGET = 10.10;
863-
MARKETING_VERSION = 5.0.0;
863+
MARKETING_VERSION = 5.0.1;
864864
OTHER_CFLAGS = "$(inherited)";
865865
OTHER_LDFLAGS = "$(inherited)";
866866
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -955,7 +955,7 @@
955955
OBJ_56 /* Debug */ = {
956956
isa = XCBuildConfiguration;
957957
buildSettings = {
958-
CURRENT_PROJECT_VERSION = 5.0.0;
958+
CURRENT_PROJECT_VERSION = 5.0.1;
959959
ENABLE_TESTABILITY = YES;
960960
FRAMEWORK_SEARCH_PATHS = (
961961
"$(inherited)",
@@ -966,7 +966,7 @@
966966
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
967967
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
968968
MACOSX_DEPLOYMENT_TARGET = 10.10;
969-
MARKETING_VERSION = 5.0.0;
969+
MARKETING_VERSION = 5.0.1;
970970
OTHER_CFLAGS = "$(inherited)";
971971
OTHER_LDFLAGS = "$(inherited)";
972972
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -986,7 +986,7 @@
986986
OBJ_57 /* Release */ = {
987987
isa = XCBuildConfiguration;
988988
buildSettings = {
989-
CURRENT_PROJECT_VERSION = 5.0.0;
989+
CURRENT_PROJECT_VERSION = 5.0.1;
990990
ENABLE_TESTABILITY = YES;
991991
FRAMEWORK_SEARCH_PATHS = (
992992
"$(inherited)",
@@ -997,7 +997,7 @@
997997
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
998998
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
999999
MACOSX_DEPLOYMENT_TARGET = 10.10;
1000-
MARKETING_VERSION = 5.0.0;
1000+
MARKETING_VERSION = 5.0.1;
10011001
OTHER_CFLAGS = "$(inherited)";
10021002
OTHER_LDFLAGS = "$(inherited)";
10031003
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -1017,7 +1017,7 @@
10171017
OBJ_99 /* Debug */ = {
10181018
isa = XCBuildConfiguration;
10191019
buildSettings = {
1020-
CURRENT_PROJECT_VERSION = 5.0.0;
1020+
CURRENT_PROJECT_VERSION = 5.0.1;
10211021
ENABLE_TESTABILITY = YES;
10221022
FRAMEWORK_SEARCH_PATHS = (
10231023
"$(inherited)",
@@ -1028,7 +1028,7 @@
10281028
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
10291029
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
10301030
MACOSX_DEPLOYMENT_TARGET = 10.10;
1031-
MARKETING_VERSION = 5.0.0;
1031+
MARKETING_VERSION = 5.0.1;
10321032
OTHER_CFLAGS = "$(inherited)";
10331033
OTHER_LDFLAGS = "$(inherited)";
10341034
OTHER_SWIFT_FLAGS = "$(inherited)";

0 commit comments

Comments
 (0)