Update podspec

This commit is contained in:
Aaron L Bratcher 2022-04-05 14:53:24 -04:00
parent 1d1937564b
commit bd6807f0d4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.frameworks = 'Foundation'
s.source = { :git => "https://github.com/AaronBratcher/AgileDB.git", :tag => s.version }
s.source_files = "AgileDB", "AgileDB/Sources/AgileDB/**/*.{h,m,swift}"
s.source_files = "AgileDB", "Sources/AgileDB/**/*.{h,m,swift}"
s.library = "sqlite3"
end