Skip to content

Commit

Permalink
podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
renanyoy committed Oct 5, 2023
1 parent a7ec8d3 commit 6ebe031
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flutter.alib.tess.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "flutter.alib.tess"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "libtess cocoa pod"
s.description = <<-DESC
libtess cocoa pod framework
DESC
s.homepage = "https://github.com/aestesis/flutter.alib.tess"
s.license = 'MIT'
s.license = "MIT"
s.author = { "aestesis" => "[email protected]" }
s.source = { :git => "https://github.com/aestesis/flutter.alib.tess.git", :tag => s.version.to_s }

Expand All @@ -19,4 +19,7 @@ Pod::Spec.new do |s|

s.ios.framework = "tessIOS"
s.osx.framework = "tessOSX"

s.ios.source_files = "shared/**/*.{h,m,mm,c,cpp}", "tessIOS/**/*.{h,m,mm,c,cpp}"
s.osx.source_files = "shared/**/*.{h,m,mm,c,cpp}", "tessOSX/**/*.{h,m,mm,c,cpp}"
end

0 comments on commit 6ebe031

Please sign in to comment.