1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-mobile/ios/ShareExtension/JoplinRNShareExtension.podspec

15 lines
674 B
Plaintext
Raw Normal View History

2021-04-24 10:22:11 +02:00
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"
2022-12-21 12:00:31 +02:00
spec.license = { :type => "AGPL-3.0-or-later" }
2021-04-24 10:22:11 +02:00
spec.author = { "Duncan Cunningham" => "duncanc4@gmail.com" }
spec.platform = :ios, "9.0"
spec.source = { :path => "." }
spec.source_files = "Source/RNShareExtension/**/*.{h,m}"
2022-11-21 16:46:07 +02:00
spec.dependency "React"
2021-04-24 10:22:11 +02:00
spec.dependency "JoplinCommonShareExtension"
end