Skip to content

Commit 702973a

Browse files
author
Cesar Vargas Casaseca
committed
pod spec
1 parent 232fea4 commit 702973a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Warhol.podspec

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#
2+
# Be sure to run `pod lib lint Warhol.podspec' to ensure this is a
3+
# valid spec and remove all comments before submitting the spec.
4+
#
5+
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
6+
#
7+
8+
Pod::Spec.new do |s|
9+
s.name = "Warhol"
10+
s.version = "0.1.0"
11+
s.summary = "A simple but flexible cache."
12+
s.description = <<-DESC
13+
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.
14+
DESC
15+
s.homepage = "https://github.com/toupper/Warhol"
16+
s.license = 'MIT'
17+
s.author = { "César Vargas Casaseca" => "[email protected]" }
18+
s.source = { :git => "https://github.com/toupper/Warhol.git", :tag => s.version.to_s }
19+
20+
s.ios.deployment_target = '11.0'
21+
22+
s.requires_arc = true
23+
24+
s.swift_version = "5.2"
25+
end

0 commit comments

Comments
 (0)