Skip to content

Commit

Permalink
Removed commoncrypto framework from podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCornforth authored Sep 15, 2021
1 parent 243f192 commit fad23c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Treetracker-Core.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "Treetracker-Core"
spec.version = "0.0.5"
spec.version = "0.0.6"
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.5" }
spec.source = { :git => "https://github.com/Greenstand/treetracker-ios-core.git", :tag => "v0.0.6" }
spec.source_files = "treetracker-core/**/*.{h,m,swift}"
spec.resources = "Resources/*"
spec.framework = 'CommonCrypto'
spec.dependency "AWSS3", "2.16.0"
end

0 comments on commit fad23c2

Please sign in to comment.