Commit e74f40a4 authored by Wei Han's avatar Wei Han

plugin fixes

parent 8dd2d1b3
{ {
"name": "@alepmustaqim03/react-native-qms-plugin", "name": "qms-plugin",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@alepmustaqim03/react-native-qms-plugin", "name": "qms-plugin",
"version": "0.1.0", "version": "0.1.0",
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [
......
{ {
"name": "@alepmustaqim03/react-native-qms-plugin", "name": "qms-plugin",
"version": "0.1.0", "version": "0.1.0",
"description": "defect management QMS plugin", "description": "defect management QMS plugin",
"main": "./lib/module/index.js", "main": "./lib/module/index.js",
"react-native": {
"ios": "QmsPlugin.podspec"
},
"types": "./lib/typescript/src/index.d.ts", "types": "./lib/typescript/src/index.d.ts",
"exports": { "exports": {
".": { ".": {
......
...@@ -11,7 +11,7 @@ Pod::Spec.new do |s| ...@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = package["author"] s.authors = package["author"]
s.platforms = { :ios => min_ios_version_supported } s.platforms = { :ios => min_ios_version_supported }
s.source = { :git => "http://convep.ddns.me:20000/alepmustaqim03/qms-plugin.git.git", :tag => "#{s.version}" } s.source = { :path =>"." }
s.source_files = "ios/**/*.{h,m,mm,cpp}" s.source_files = "ios/**/*.{h,m,mm,cpp}"
s.private_header_files = "ios/**/*.h" s.private_header_files = "ios/**/*.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment