Skip to content

Commit 6f7efbc

Browse files
Yuuki NishiyamaYuuki Nishiyama
authored andcommitted
Version:0.7.0, Support Xcode 15
1 parent 0b4aa02 commit 6f7efbc

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '10.0'
1+
platform :ios, '12.0'
22

33
use_frameworks!
44

Example/com.awareframework.ios.sensor.core.xcodeproj/project.pbxproj

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
1717
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
1818
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
19-
9238F02D4B496301AB112D55 /* Pods_com_awareframework_ios_sensor_core_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C7C73617485916628C58696 /* Pods_com_awareframework_ios_sensor_core_Tests.framework */; };
20-
B23D6423AF897F08FBCF6677 /* Pods_com_awareframework_ios_sensor_core_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5CB7B100196AA21AE0E26E3 /* Pods_com_awareframework_ios_sensor_core_Example.framework */; };
19+
9B6614B6C26AD05828B8A800 /* Pods_com_awareframework_ios_sensor_core_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25FE4939C7AE7E3DAC9E8608 /* Pods_com_awareframework_ios_sensor_core_Tests.framework */; };
20+
9D0CFD1186798683DF222A56 /* Pods_com_awareframework_ios_sensor_core_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D863941609262E0ACEB091CB /* Pods_com_awareframework_ios_sensor_core_Example.framework */; };
2121
/* End PBXBuildFile section */
2222

2323
/* Begin PBXContainerItemProxy section */
@@ -31,13 +31,13 @@
3131
/* End PBXContainerItemProxy section */
3232

3333
/* Begin PBXFileReference section */
34-
26EBFAAF036FC687CF69AABD /* Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig"; path = "Target Support Files/Pods-com.awareframework.ios.sensor.core_Example/Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig"; sourceTree = "<group>"; };
34+
25FE4939C7AE7E3DAC9E8608 /* Pods_com_awareframework_ios_sensor_core_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_com_awareframework_ios_sensor_core_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
35+
47A916FC07CB56B8863B1CA8 /* Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig"; path = "Target Support Files/Pods-com.awareframework.ios.sensor.core_Example/Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig"; sourceTree = "<group>"; };
3536
4CAF43563E2A4AB4716B42DF /* com.awareframework.ios.sensor.core.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = com.awareframework.ios.sensor.core.podspec; path = ../com.awareframework.ios.sensor.core.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
3637
4F53338121B6C85F006D8813 /* SampleSensor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleSensor.swift; sourceTree = "<group>"; };
3738
4F53338321B6C87F006D8813 /* SampleData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleData.swift; sourceTree = "<group>"; };
3839
4F89C87621BC75CE00CB1168 /* SampleData2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleData2.swift; sourceTree = "<group>"; };
3940
4FD9BEBA21B7C84A00F54261 /* com.awareframework.ios.sensor.core_Example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = com.awareframework.ios.sensor.core_Example.entitlements; sourceTree = "<group>"; };
40-
5C7C73617485916628C58696 /* Pods_com_awareframework_ios_sensor_core_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_com_awareframework_ios_sensor_core_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4141
607FACD01AFB9204008FA782 /* com.awareframework.ios.sensor.core_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = com.awareframework.ios.sensor.core_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
4242
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4343
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -48,28 +48,28 @@
4848
607FACE51AFB9204008FA782 /* com.awareframework.ios.sensor.core_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = com.awareframework.ios.sensor.core_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4949
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5050
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
51-
646172ADCB191C560E70ADE1 /* Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig"; path = "Target Support Files/Pods-com.awareframework.ios.sensor.core_Example/Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig"; sourceTree = "<group>"; };
51+
61E4007B2BC5967D70507477 /* Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig"; path = "Target Support Files/Pods-com.awareframework.ios.sensor.core_Tests/Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig"; sourceTree = "<group>"; };
5252
6A7C93153F6D6E237B13FE2A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
5353
899DB16C16B232BBD069DB81 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
54-
9E062920BBC59FD42FA3E8C5 /* Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig"; path = "Target Support Files/Pods-com.awareframework.ios.sensor.core_Tests/Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig"; sourceTree = "<group>"; };
55-
B5CB7B100196AA21AE0E26E3 /* Pods_com_awareframework_ios_sensor_core_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_com_awareframework_ios_sensor_core_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
56-
DE0D2BBB5819ACB40E9C2525 /* Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig"; path = "Target Support Files/Pods-com.awareframework.ios.sensor.core_Tests/Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig"; sourceTree = "<group>"; };
54+
C95C13276A9D2D99C8546CE4 /* Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig"; path = "Target Support Files/Pods-com.awareframework.ios.sensor.core_Example/Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig"; sourceTree = "<group>"; };
55+
D863941609262E0ACEB091CB /* Pods_com_awareframework_ios_sensor_core_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_com_awareframework_ios_sensor_core_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
56+
EFA95438305FDF7F3B172072 /* Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig"; path = "Target Support Files/Pods-com.awareframework.ios.sensor.core_Tests/Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig"; sourceTree = "<group>"; };
5757
/* End PBXFileReference section */
5858

5959
/* Begin PBXFrameworksBuildPhase section */
6060
607FACCD1AFB9204008FA782 /* Frameworks */ = {
6161
isa = PBXFrameworksBuildPhase;
6262
buildActionMask = 2147483647;
6363
files = (
64-
B23D6423AF897F08FBCF6677 /* Pods_com_awareframework_ios_sensor_core_Example.framework in Frameworks */,
64+
9D0CFD1186798683DF222A56 /* Pods_com_awareframework_ios_sensor_core_Example.framework in Frameworks */,
6565
);
6666
runOnlyForDeploymentPostprocessing = 0;
6767
};
6868
607FACE21AFB9204008FA782 /* Frameworks */ = {
6969
isa = PBXFrameworksBuildPhase;
7070
buildActionMask = 2147483647;
7171
files = (
72-
9238F02D4B496301AB112D55 /* Pods_com_awareframework_ios_sensor_core_Tests.framework in Frameworks */,
72+
9B6614B6C26AD05828B8A800 /* Pods_com_awareframework_ios_sensor_core_Tests.framework in Frameworks */,
7373
);
7474
runOnlyForDeploymentPostprocessing = 0;
7575
};
@@ -79,10 +79,10 @@
7979
5CA096E9ACDB0D0864C2579F /* Pods */ = {
8080
isa = PBXGroup;
8181
children = (
82-
646172ADCB191C560E70ADE1 /* Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig */,
83-
26EBFAAF036FC687CF69AABD /* Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig */,
84-
9E062920BBC59FD42FA3E8C5 /* Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig */,
85-
DE0D2BBB5819ACB40E9C2525 /* Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig */,
82+
47A916FC07CB56B8863B1CA8 /* Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig */,
83+
C95C13276A9D2D99C8546CE4 /* Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig */,
84+
61E4007B2BC5967D70507477 /* Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig */,
85+
EFA95438305FDF7F3B172072 /* Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig */,
8686
);
8787
path = Pods;
8888
sourceTree = "<group>";
@@ -96,7 +96,7 @@
9696
607FACE81AFB9204008FA782 /* Tests */,
9797
607FACD11AFB9204008FA782 /* Products */,
9898
5CA096E9ACDB0D0864C2579F /* Pods */,
99-
EA04193970EB8493F8C3E676 /* Frameworks */,
99+
B327990AE4DC9D13E2B30D81 /* Frameworks */,
100100
);
101101
sourceTree = "<group>";
102102
};
@@ -161,11 +161,11 @@
161161
name = "Podspec Metadata";
162162
sourceTree = "<group>";
163163
};
164-
EA04193970EB8493F8C3E676 /* Frameworks */ = {
164+
B327990AE4DC9D13E2B30D81 /* Frameworks */ = {
165165
isa = PBXGroup;
166166
children = (
167-
B5CB7B100196AA21AE0E26E3 /* Pods_com_awareframework_ios_sensor_core_Example.framework */,
168-
5C7C73617485916628C58696 /* Pods_com_awareframework_ios_sensor_core_Tests.framework */,
167+
D863941609262E0ACEB091CB /* Pods_com_awareframework_ios_sensor_core_Example.framework */,
168+
25FE4939C7AE7E3DAC9E8608 /* Pods_com_awareframework_ios_sensor_core_Tests.framework */,
169169
);
170170
name = Frameworks;
171171
sourceTree = "<group>";
@@ -177,11 +177,11 @@
177177
isa = PBXNativeTarget;
178178
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "com.awareframework.ios.sensor.core_Example" */;
179179
buildPhases = (
180-
9F9EAA69DE90B9AEEE360D0D /* [CP] Check Pods Manifest.lock */,
180+
569B17F94AD968F42C194201 /* [CP] Check Pods Manifest.lock */,
181181
607FACCC1AFB9204008FA782 /* Sources */,
182182
607FACCD1AFB9204008FA782 /* Frameworks */,
183183
607FACCE1AFB9204008FA782 /* Resources */,
184-
33EBCB319800AD309E57F82E /* [CP] Embed Pods Frameworks */,
184+
01B1D04A5CE48FE282BEC9DA /* [CP] Embed Pods Frameworks */,
185185
);
186186
buildRules = (
187187
);
@@ -196,7 +196,7 @@
196196
isa = PBXNativeTarget;
197197
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "com.awareframework.ios.sensor.core_Tests" */;
198198
buildPhases = (
199-
7D45998DE9DBDF5A69C3079D /* [CP] Check Pods Manifest.lock */,
199+
30794B6E2A463E0AD193A964 /* [CP] Check Pods Manifest.lock */,
200200
607FACE11AFB9204008FA782 /* Sources */,
201201
607FACE21AFB9204008FA782 /* Frameworks */,
202202
607FACE31AFB9204008FA782 /* Resources */,
@@ -284,7 +284,7 @@
284284
/* End PBXResourcesBuildPhase section */
285285

286286
/* Begin PBXShellScriptBuildPhase section */
287-
33EBCB319800AD309E57F82E /* [CP] Embed Pods Frameworks */ = {
287+
01B1D04A5CE48FE282BEC9DA /* [CP] Embed Pods Frameworks */ = {
288288
isa = PBXShellScriptBuildPhase;
289289
buildActionMask = 2147483647;
290290
files = (
@@ -310,7 +310,7 @@
310310
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-com.awareframework.ios.sensor.core_Example/Pods-com.awareframework.ios.sensor.core_Example-frameworks.sh\"\n";
311311
showEnvVarsInLog = 0;
312312
};
313-
7D45998DE9DBDF5A69C3079D /* [CP] Check Pods Manifest.lock */ = {
313+
30794B6E2A463E0AD193A964 /* [CP] Check Pods Manifest.lock */ = {
314314
isa = PBXShellScriptBuildPhase;
315315
buildActionMask = 2147483647;
316316
files = (
@@ -332,7 +332,7 @@
332332
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
333333
showEnvVarsInLog = 0;
334334
};
335-
9F9EAA69DE90B9AEEE360D0D /* [CP] Check Pods Manifest.lock */ = {
335+
569B17F94AD968F42C194201 /* [CP] Check Pods Manifest.lock */ = {
336336
isa = PBXShellScriptBuildPhase;
337337
buildActionMask = 2147483647;
338338
files = (
@@ -512,12 +512,12 @@
512512
};
513513
607FACF01AFB9204008FA782 /* Debug */ = {
514514
isa = XCBuildConfiguration;
515-
baseConfigurationReference = 646172ADCB191C560E70ADE1 /* Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig */;
515+
baseConfigurationReference = 47A916FC07CB56B8863B1CA8 /* Pods-com.awareframework.ios.sensor.core_Example.debug.xcconfig */;
516516
buildSettings = {
517517
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
518518
DEVELOPMENT_TEAM = FH352PYMNC;
519519
INFOPLIST_FILE = com.awareframework.ios.sensor.core/Info.plist;
520-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
520+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
521521
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
522522
MODULE_NAME = ExampleApp;
523523
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
@@ -528,12 +528,12 @@
528528
};
529529
607FACF11AFB9204008FA782 /* Release */ = {
530530
isa = XCBuildConfiguration;
531-
baseConfigurationReference = 26EBFAAF036FC687CF69AABD /* Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig */;
531+
baseConfigurationReference = C95C13276A9D2D99C8546CE4 /* Pods-com.awareframework.ios.sensor.core_Example.release.xcconfig */;
532532
buildSettings = {
533533
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
534534
DEVELOPMENT_TEAM = FH352PYMNC;
535535
INFOPLIST_FILE = com.awareframework.ios.sensor.core/Info.plist;
536-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
536+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
537537
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
538538
MODULE_NAME = ExampleApp;
539539
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
@@ -544,7 +544,7 @@
544544
};
545545
607FACF31AFB9204008FA782 /* Debug */ = {
546546
isa = XCBuildConfiguration;
547-
baseConfigurationReference = 9E062920BBC59FD42FA3E8C5 /* Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig */;
547+
baseConfigurationReference = 61E4007B2BC5967D70507477 /* Pods-com.awareframework.ios.sensor.core_Tests.debug.xcconfig */;
548548
buildSettings = {
549549
CODE_SIGN_IDENTITY = "Apple Development";
550550
CODE_SIGN_STYLE = Automatic;
@@ -555,7 +555,7 @@
555555
"$(inherited)",
556556
);
557557
INFOPLIST_FILE = Tests/Info.plist;
558-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
558+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
559559
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
560560
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
561561
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -567,14 +567,14 @@
567567
};
568568
607FACF41AFB9204008FA782 /* Release */ = {
569569
isa = XCBuildConfiguration;
570-
baseConfigurationReference = DE0D2BBB5819ACB40E9C2525 /* Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig */;
570+
baseConfigurationReference = EFA95438305FDF7F3B172072 /* Pods-com.awareframework.ios.sensor.core_Tests.release.xcconfig */;
571571
buildSettings = {
572572
CODE_SIGN_IDENTITY = "Apple Development";
573573
CODE_SIGN_STYLE = Automatic;
574574
DEVELOPMENT_TEAM = FH352PYMNC;
575575
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
576576
INFOPLIST_FILE = Tests/Info.plist;
577-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
577+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
578578
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
579579
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
580580
PRODUCT_NAME = "$(TARGET_NAME)";

com.awareframework.ios.sensor.core.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 = 'com.awareframework.ios.sensor.core'
11-
s.version = '0.6.1'
11+
s.version = '0.7.0'
1212
s.summary = 'The Core Library of AWARE Framework iOS.'
1313
# This description is used to generate tags and improve search results.
1414
# * Think: What does it do? Why did you write it? What is the focus?
@@ -27,8 +27,8 @@ com.awareframework.ios.sensor.core provides basic classes for developing your ow
2727
s.source = { :git => 'https://github.com/awareframework/com.awareframework.ios.sensor.core.git', :tag => s.version.to_s }
2828
# s.social_media_url = 'https://twitter.com/tetujin23'
2929

30-
s.platform = :ios, '11.0'
31-
s.ios.deployment_target = '11.0'
30+
s.platform = :ios, '12.0'
31+
s.ios.deployment_target = '12.0'
3232

3333
s.swift_version = '4.2'
3434

0 commit comments

Comments
 (0)