Skip to content

Commit 33a8eff

Browse files
author
sparmar
committed
Pod spec and project file upgrade
1 parent 7cffc2c commit 33a8eff

2 files changed

Lines changed: 17 additions & 47 deletions

File tree

Example/iStatusView.xcodeproj/project.pbxproj

Lines changed: 14 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@
168168
607FACCD1AFB9204008FA782 /* Frameworks */,
169169
607FACCE1AFB9204008FA782 /* Resources */,
170170
B2FAA3C50A53725502D7467F /* [CP] Embed Pods Frameworks */,
171-
CF6E7EA8D43993BFF1706CA5 /* [CP] Copy Pods Resources */,
172171
);
173172
buildRules = (
174173
);
@@ -188,7 +187,6 @@
188187
607FACE21AFB9204008FA782 /* Frameworks */,
189188
607FACE31AFB9204008FA782 /* Resources */,
190189
0911146313D8719257467FBD /* [CP] Embed Pods Frameworks */,
191-
3DF63B6BCBCF20752BE54A6C /* [CP] Copy Pods Resources */,
192190
);
193191
buildRules = (
194192
);
@@ -212,11 +210,11 @@
212210
TargetAttributes = {
213211
607FACCF1AFB9204008FA782 = {
214212
CreatedOnToolsVersion = 6.3.1;
215-
LastSwiftMigration = 0900;
213+
LastSwiftMigration = 1160;
216214
};
217215
607FACE41AFB9204008FA782 = {
218216
CreatedOnToolsVersion = 6.3.1;
219-
LastSwiftMigration = 0900;
217+
LastSwiftMigration = 1160;
220218
TestTargetID = 607FACCF1AFB9204008FA782;
221219
};
222220
};
@@ -226,6 +224,7 @@
226224
developmentRegion = English;
227225
hasScannedForEncodings = 0;
228226
knownRegions = (
227+
English,
229228
en,
230229
Base,
231230
);
@@ -266,11 +265,12 @@
266265
files = (
267266
);
268267
inputPaths = (
269-
"${SRCROOT}/Pods/Target Support Files/Pods-iStatusView_Tests/Pods-iStatusView_Tests-frameworks.sh",
268+
"${PODS_ROOT}/Target Support Files/Pods-iStatusView_Tests/Pods-iStatusView_Tests-frameworks.sh",
270269
"${BUILT_PRODUCTS_DIR}/FBSnapshotTestCase/FBSnapshotTestCase.framework",
271270
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
272271
"${BUILT_PRODUCTS_DIR}/Nimble-Snapshots/Nimble_Snapshots.framework",
273272
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
273+
"${BUILT_PRODUCTS_DIR}/iOSSnapshotTestCase/FBSnapshotTestCase.framework",
274274
);
275275
name = "[CP] Embed Pods Frameworks";
276276
outputPaths = (
@@ -281,22 +281,7 @@
281281
);
282282
runOnlyForDeploymentPostprocessing = 0;
283283
shellPath = /bin/sh;
284-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iStatusView_Tests/Pods-iStatusView_Tests-frameworks.sh\"\n";
285-
showEnvVarsInLog = 0;
286-
};
287-
3DF63B6BCBCF20752BE54A6C /* [CP] Copy Pods Resources */ = {
288-
isa = PBXShellScriptBuildPhase;
289-
buildActionMask = 2147483647;
290-
files = (
291-
);
292-
inputPaths = (
293-
);
294-
name = "[CP] Copy Pods Resources";
295-
outputPaths = (
296-
);
297-
runOnlyForDeploymentPostprocessing = 0;
298-
shellPath = /bin/sh;
299-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iStatusView_Tests/Pods-iStatusView_Tests-resources.sh\"\n";
284+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iStatusView_Tests/Pods-iStatusView_Tests-frameworks.sh\"\n";
300285
showEnvVarsInLog = 0;
301286
};
302287
AD5B29C84E061DD12A1D664A /* [CP] Check Pods Manifest.lock */ = {
@@ -323,7 +308,7 @@
323308
files = (
324309
);
325310
inputPaths = (
326-
"${SRCROOT}/Pods/Target Support Files/Pods-iStatusView_Example/Pods-iStatusView_Example-frameworks.sh",
311+
"${PODS_ROOT}/Target Support Files/Pods-iStatusView_Example/Pods-iStatusView_Example-frameworks.sh",
327312
"${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework",
328313
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
329314
"${BUILT_PRODUCTS_DIR}/iStatusView/iStatusView.framework",
@@ -336,22 +321,7 @@
336321
);
337322
runOnlyForDeploymentPostprocessing = 0;
338323
shellPath = /bin/sh;
339-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iStatusView_Example/Pods-iStatusView_Example-frameworks.sh\"\n";
340-
showEnvVarsInLog = 0;
341-
};
342-
CF6E7EA8D43993BFF1706CA5 /* [CP] Copy Pods Resources */ = {
343-
isa = PBXShellScriptBuildPhase;
344-
buildActionMask = 2147483647;
345-
files = (
346-
);
347-
inputPaths = (
348-
);
349-
name = "[CP] Copy Pods Resources";
350-
outputPaths = (
351-
);
352-
runOnlyForDeploymentPostprocessing = 0;
353-
shellPath = /bin/sh;
354-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iStatusView_Example/Pods-iStatusView_Example-resources.sh\"\n";
324+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iStatusView_Example/Pods-iStatusView_Example-frameworks.sh\"\n";
355325
showEnvVarsInLog = 0;
356326
};
357327
D825647C03C5D1EA3AED744D /* [CP] Check Pods Manifest.lock */ = {
@@ -461,7 +431,7 @@
461431
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
462432
GCC_WARN_UNUSED_FUNCTION = YES;
463433
GCC_WARN_UNUSED_VARIABLE = YES;
464-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
434+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
465435
MTL_ENABLE_DEBUG_INFO = YES;
466436
ONLY_ACTIVE_ARCH = YES;
467437
SDKROOT = iphoneos;
@@ -509,7 +479,7 @@
509479
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
510480
GCC_WARN_UNUSED_FUNCTION = YES;
511481
GCC_WARN_UNUSED_VARIABLE = YES;
512-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
482+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
513483
MTL_ENABLE_DEBUG_INFO = NO;
514484
SDKROOT = iphoneos;
515485
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -529,7 +499,7 @@
529499
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
530500
PRODUCT_NAME = "$(TARGET_NAME)";
531501
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
532-
SWIFT_VERSION = 4.0;
502+
SWIFT_VERSION = 5.0;
533503
};
534504
name = Debug;
535505
};
@@ -545,7 +515,7 @@
545515
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
546516
PRODUCT_NAME = "$(TARGET_NAME)";
547517
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
548-
SWIFT_VERSION = 4.0;
518+
SWIFT_VERSION = 5.0;
549519
};
550520
name = Release;
551521
};
@@ -567,7 +537,7 @@
567537
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
568538
PRODUCT_NAME = "$(TARGET_NAME)";
569539
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
570-
SWIFT_VERSION = 4.0;
540+
SWIFT_VERSION = 5.0;
571541
};
572542
name = Debug;
573543
};
@@ -585,7 +555,7 @@
585555
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
586556
PRODUCT_NAME = "$(TARGET_NAME)";
587557
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
588-
SWIFT_VERSION = 4.0;
558+
SWIFT_VERSION = 5.0;
589559
};
590560
name = Release;
591561
};

iStatusView.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'iStatusView'
11-
s.version = '0.3.0'
11+
s.version = '0.4.0'
1212
s.summary = 'iStatusView is a convenient way to show loading and message status in a view.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -30,8 +30,8 @@ When an error has occured, the message can be displayed, and a rety button can b
3030
s.source = { :git => 'https://github.com/NextFaze/iStatusView.git', :tag => s.version.to_s }
3131
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3232

33-
s.ios.deployment_target = '9.3'
34-
s.swift_version = '4.1'
33+
s.ios.deployment_target = '10.0'
34+
s.swift_version = '5.0'
3535

3636
s.source_files = 'iStatusView/Classes/**/*'
3737

0 commit comments

Comments
 (0)