fix: fix name conflict

Resolves name conflicts with other native modules.
Bump version to 0.1.1.
This commit is contained in:
coreyphillips
2024-09-15 12:35:12 -04:00
parent 9dcb906636
commit 31ecec8366
58 changed files with 14698 additions and 32882 deletions

View File

@@ -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"