diff --git a/BiSON.podspec b/BiSON.podspec index 85f52e1..80c8d0c 100644 --- a/BiSON.podspec +++ b/BiSON.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "BiSON" - s.version = "1.2.2" + s.version = "1.2.3" s.summary = "A portable BSON C library" diff --git a/src/module.modulemap b/src/module.modulemap deleted file mode 100644 index 64c375d..0000000 --- a/src/module.modulemap +++ /dev/null @@ -1,8 +0,0 @@ -module bson { - header "emhashmap/emhashmap.h" - header "bson_object.h" - header "bson_array.h" - header "bson_util.h" - - export * -}