mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
13 lines
538 B
Ruby
13 lines
538 B
Ruby
Pod::Spec.new do |spec|
|
|
spec.name = "JoplinCommonShareExtension"
|
|
spec.version = "1.0.0"
|
|
spec.summary = "Common Share Extension code for Joplin."
|
|
spec.description = "Common Share Extension 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/Common/**/*.{h,m}"
|
|
end
|