Skip to content

Commit 73ca659

Browse files
Merge pull request #1 from SomeRandomiOSDev/1.0.1
Updated project config targets and README badges
2 parents 5869d55 + 4dfef31 commit 73ca659

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CBORCoding.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "CBORCoding"
4-
s.version = "1.0.0"
4+
s.version = "1.0.1"
55
s.summary = "A CBOR Encoder and Decoder"
66
s.description = <<-DESC
77
A lightweight framework containing a coder pair for encoding and decoding `Codable` conforming types to and from CBOR document format for iOS, macOS, tvOS, and watchOS.

CBORCoding.xcodeproj/project.pbxproj

+9-3
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@
917917
PRODUCT_NAME = CBORCoding;
918918
SDKROOT = appletvos;
919919
SKIP_INSTALL = YES;
920+
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
920921
TARGETED_DEVICE_FAMILY = 3;
921922
};
922923
name = Debug;
@@ -941,6 +942,7 @@
941942
PRODUCT_NAME = CBORCoding;
942943
SDKROOT = appletvos;
943944
SKIP_INSTALL = YES;
945+
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
944946
TARGETED_DEVICE_FAMILY = 3;
945947
};
946948
name = Test;
@@ -965,6 +967,7 @@
965967
PRODUCT_NAME = CBORCoding;
966968
SDKROOT = appletvos;
967969
SKIP_INSTALL = YES;
970+
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
968971
TARGETED_DEVICE_FAMILY = 3;
969972
};
970973
name = Release;
@@ -1047,6 +1050,7 @@
10471050
PRODUCT_NAME = CBORCoding;
10481051
SDKROOT = watchos;
10491052
SKIP_INSTALL = YES;
1053+
SUPPORTED_PLATFORMS = "watchsimulator watchos";
10501054
TARGETED_DEVICE_FAMILY = 4;
10511055
};
10521056
name = Debug;
@@ -1072,6 +1076,7 @@
10721076
PRODUCT_NAME = CBORCoding;
10731077
SDKROOT = watchos;
10741078
SKIP_INSTALL = YES;
1079+
SUPPORTED_PLATFORMS = "watchsimulator watchos";
10751080
TARGETED_DEVICE_FAMILY = 4;
10761081
};
10771082
name = Test;
@@ -1097,6 +1102,7 @@
10971102
PRODUCT_NAME = CBORCoding;
10981103
SDKROOT = watchos;
10991104
SKIP_INSTALL = YES;
1105+
SUPPORTED_PLATFORMS = "watchsimulator watchos";
11001106
TARGETED_DEVICE_FAMILY = 4;
11011107
};
11021108
name = Release;
@@ -1159,7 +1165,6 @@
11591165
MTL_FAST_MATH = YES;
11601166
ONLY_ACTIVE_ARCH = YES;
11611167
SDKROOT = iphoneos;
1162-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos watchsimulator watchos";
11631168
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
11641169
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
11651170
SWIFT_VERSION = 5.0;
@@ -1222,7 +1227,6 @@
12221227
MTL_ENABLE_DEBUG_INFO = NO;
12231228
MTL_FAST_MATH = YES;
12241229
SDKROOT = iphoneos;
1225-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos watchsimulator watchos";
12261230
SWIFT_COMPILATION_MODE = wholemodule;
12271231
SWIFT_OPTIMIZATION_LEVEL = "-O";
12281232
SWIFT_VERSION = 5.0;
@@ -1255,6 +1259,7 @@
12551259
PRODUCT_BUNDLE_IDENTIFIER = com.somerandomiosdev.cborcoding;
12561260
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12571261
SKIP_INSTALL = YES;
1262+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
12581263
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
12591264
};
12601265
name = Debug;
@@ -1279,6 +1284,7 @@
12791284
PRODUCT_BUNDLE_IDENTIFIER = com.somerandomiosdev.cborcoding;
12801285
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12811286
SKIP_INSTALL = YES;
1287+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
12821288
};
12831289
name = Release;
12841290
};
@@ -1372,7 +1378,6 @@
13721378
MTL_FAST_MATH = YES;
13731379
ONLY_ACTIVE_ARCH = NO;
13741380
SDKROOT = iphoneos;
1375-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos watchsimulator watchos";
13761381
SWIFT_ACTIVE_COMPILATION_CONDITIONS = UNIT_TEST;
13771382
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13781383
SWIFT_VERSION = 5.0;
@@ -1404,6 +1409,7 @@
14041409
PRODUCT_BUNDLE_IDENTIFIER = com.somerandomiosdev.cborcoding;
14051410
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14061411
SKIP_INSTALL = YES;
1412+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
14071413
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
14081414
};
14091415
name = Test;

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CBORCoding
22
========
33

4-
[![License MIT](https://img.shields.io/cocoapods/l/CBORCoding.svg?style=flat)](https://cocoapods.org/pods/CBORCoding)
5-
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/CBORCoding.svg?style=flat)](https://cocoapods.org/pods/CBORCoding)
4+
[![License MIT](https://img.shields.io/cocoapods/l/CBORCoding.svg)](https://cocoapods.org/pods/CBORCoding)
5+
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/CBORCoding.svg)](https://cocoapods.org/pods/CBORCoding)
66
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
7-
[![Platform](https://img.shields.io/cocoapods/p/CBORCoding.svg?style=flat)](https://cocoapods.org/pods/CBORCoding)
7+
[![Platform](https://img.shields.io/cocoapods/p/CBORCoding.svg)](https://cocoapods.org/pods/CBORCoding)
88

99
**CBORCoding** is a lightweight framework containing a coder pair for encoding and decoding `Codable` conforming types to and from [CBOR](https://cbor.io) document format for iOS, macOS, tvOS, and watchOS.
1010

0 commit comments

Comments
 (0)