Skip to content

Commit

Permalink
Merge pull request #4 from dream-sports-labs/feat/reduce-package-size
Browse files Browse the repository at this point in the history
remove arch folders from android while publishing
  • Loading branch information
akshaypandey-d11 authored Aug 2, 2024
2 parents fe85556 + 9144c35 commit b2d6d8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion d11-mqtt.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/dream11/d11-mqtt.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/dream-sports-labs/d11-react-native-mqtt.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
s.private_header_files = 'ios/MqttJSIUtils.h'
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- CocoaMQTT/Core (= 2.1.5)
- CocoaMQTT/Core (2.1.5):
- MqttCocoaAsyncSocket (~> 1.0.8)
- d11-mqtt (0.0.2):
- d11-mqtt (0.0.3):
- CocoaMQTT (= 2.1.5)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -577,7 +577,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaMQTT: af1bd1e42f81b9f4f9dcf3a8990c42b7c00989b9
d11-mqtt: 9c433b1693fbb4fb2913026ae59b069f3289fba5
d11-mqtt: 100b5ad192e70401c0e36be180cd642973951f22
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 71803c074f6325f10b5ec891c443b6bbabef0ca7
FBReactNativeSpec: 448e08a759d29a96e15725ae532445bf4343567c
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d11/react-native-mqtt",
"version": "0.0.2",
"version": "0.0.3",
"description": "React native support for using mqtt",
"module": "dist/Modules/mqtt-modules.js",
"main": "dist/index.js",
Expand All @@ -16,6 +16,7 @@
"*.podspec",
"!ios/build",
"!android/build",
"!android/.cxx",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
Expand All @@ -38,7 +39,7 @@
"android"
],
"repository": "https://github.com/dream-sports-labs/d11-react-native-mqtt.git",
"author": "Vibhor Verma <vibhor.verma@dream11.com> (https://github.com/vibhor-d11)",
"author": "Dream Sports Labs <dreamsportslabs@dream11.com> (https://github.com/dream-sports-labs)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dream-sports-labs/d11-react-native-mqtt.git/issues"
Expand Down

0 comments on commit b2d6d8f

Please sign in to comment.