mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2026-01-10 18:34:38 +01:00
fix: fix name conflict
Resolves name conflicts with other native modules. Bump version to 0.1.1.
This commit is contained in:
@@ -15,11 +15,11 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.platforms = { :ios => min_ios_version_supported }
|
||||
s.ios.deployment_target = min_ios_version_supported
|
||||
s.source = { :git => "https://github.com/coreyphillips/react-native-pubky.git", :tag => "#{s.version}" }
|
||||
s.source = { :git => "https://github.com/pubky/react-native-pubky.git", :tag => "#{s.version}" }
|
||||
|
||||
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
||||
s.ios.source_files = "ios/**/*.{h,m,mm,swift}"
|
||||
s.ios.vendored_frameworks = "ios/Frameworks/Mobile.xcframework"
|
||||
s.ios.vendored_frameworks = "ios/Frameworks/PubkyMobile.xcframework"
|
||||
|
||||
s.pod_target_xcconfig = {
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "x86_64"
|
||||
|
||||
Reference in New Issue
Block a user