Skip to content

Commit

Permalink
pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Vargas Casaseca committed Apr 4, 2020
1 parent 232fea4 commit 702973a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Warhol.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# Be sure to run `pod lib lint Warhol.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = "Warhol"
s.version = "0.1.0"
s.summary = "A simple but flexible cache."
s.description = <<-DESC
Warhol acts as a wrapper on top of the Apple Vision Framework, detecting the features of a face from camera or image and providing these elements position in your own coordinates, so you can easily draw on top.
DESC
s.homepage = "https://github.com/toupper/Warhol"
s.license = 'MIT'
s.author = { "César Vargas Casaseca" => "[email protected]" }
s.source = { :git => "https://github.com/toupper/Warhol.git", :tag => s.version.to_s }

s.ios.deployment_target = '11.0'

s.requires_arc = true

s.swift_version = "5.2"
end

0 comments on commit 702973a

Please sign in to comment.