1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-mobile/ios/ShareExtension/JoplinRNShareExtension.podspec
2022-12-21 10:00:31 +00:00

15 lines
674 B
Ruby

Pod::Spec.new do |spec|
spec.name = "JoplinRNShareExtension"
spec.version = "1.0.0"
spec.summary = "React Native module for Joplin to access the data from the share extension."
spec.description = "React Native Share Extension module for Joplin"
spec.homepage = "https://github.com/laurent22/joplin"
spec.license = { :type => "AGPL-3.0-or-later" }
spec.author = { "Duncan Cunningham" => "duncanc4@gmail.com" }
spec.platform = :ios, "9.0"
spec.source = { :path => "." }
spec.source_files = "Source/RNShareExtension/**/*.{h,m}"
spec.dependency "React"
spec.dependency "JoplinCommonShareExtension"
end