plugin fixes
Showing
| { | ||
| "name": "@alepmustaqim03/react-native-qms-plugin", | ||
| "name": "qms-plugin", | ||
| "version": "0.1.0", | ||
| "description": "defect management QMS plugin", | ||
| "main": "./lib/module/index.js", | ||
| "react-native": { | ||
| "ios": "QmsPlugin.podspec" | ||
| }, | ||
| "types": "./lib/typescript/src/index.d.ts", | ||
| "exports": { | ||
| ".": { | ||
| ... | ... |
| ... | ... | @@ -11,7 +11,7 @@ Pod::Spec.new do |s| |
| s.authors = package["author"] | ||
| 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.private_header_files = "ios/**/*.h" | ||
| ... | ... |
Please
register
or
sign in
to comment