Skip to content

Commit

Permalink
Update Treetracker-Core.podspec
Browse files Browse the repository at this point in the history
Updated pod version
  • Loading branch information
AlexCornforth authored Dec 20, 2021
1 parent 5924970 commit 5c3ad45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Treetracker-Core.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "Treetracker-Core"
spec.version = "0.0.9"
spec.version = "0.0.10"
spec.license = { :type => "GNU", :file => "LICENSE" }
spec.homepage = "https://github.com/Greenstand/treetracker-ios-core"
spec.summary = "Greenstand Treetracker core library."
spec.platform = :ios, "11.0"
spec.authors = { "Alex Cornforth" => "alexcornforth@me.com" }
spec.swift_version = '5.0'
spec.source = { :git => "https://github.com/Greenstand/treetracker-ios-core.git", :tag => "v0.0.9" }
spec.source = { :git => "https://github.com/Greenstand/treetracker-ios-core.git", :tag => "v0.0.10" }
spec.source_files = "treetracker-core/**/*.{h,m,swift}"
spec.resources = "Resources/*"
spec.dependency "AWSS3", "2.16.0"
Expand Down

0 comments on commit 5c3ad45

Please sign in to comment.