Skip to content

Commit 8f24c9a

Browse files
Update to 2.0.2
1 parent 2afc604 commit 8f24c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ActiveCaptainCommunitySDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ submoduleBase = "#{cppBase}/submodules"
55
Pod::Spec.new do |spec|
66

77
spec.name = "ActiveCaptainCommunitySDK"
8-
spec.version = "2.0.1"
8+
spec.version = "2.0.2"
99
spec.summary = "Garmin ActiveCaptain Community SDK"
1010
spec.description = <<-DESC
1111
SDK for maintaining and retrieving data from Garmin ActiveCaptain Community SQLite database.
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
1717

1818
spec.platform = :ios
1919

20-
spec.source = { :git => "https://github.com/garmin/ActiveCaptainCommunitySDK-ios.git", :tag => "v2.0.1", :submodules => true }
20+
spec.source = { :git => "https://github.com/garmin/ActiveCaptainCommunitySDK-ios.git", :tag => "v2.0.2", :submodules => true }
2121

2222
spec.ios.deployment_target = '12.0'
2323
spec.source_files = "#{sdkBase}/*.{h,m,mm}", "#{cppBase}/*.{c,cpp}", "#{cppBase}/{Adapters,DTO,Json,Navionics,Presentation,Presentation/Field,Presentation/Section,Queries,Thirdparty,Thirdparty/Navionics/Extensions}/*.{c,cpp}", "#{submoduleBase}/SQLiteCpp/sqlite3/sqlite3.c", "#{submoduleBase}/SQLiteCpp/src/*.cpp"

0 commit comments

Comments
 (0)