- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDetectorKit.podspec
More file actions
Latest commit
15 lines (13 loc) · 672 Bytes
/
Copy pathDetectorKit.podspec
File metadata and controls
15 lines (13 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="DetectorKit"
s.version="0.0.4"
s.summary="Simple image object detection, framing and obfuscation"
s.description="Easily add object detection framing the obfuscation to images"
s.homepage="http://www.github.com/stevewight/DetectorKit"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Steve Wight"=>"stevendouglaswight@gmail.com"}
s.platform=:ios,"10.0"
s.source={:git=>"https://github.com/stevewight/DetectorKit.git",:tag=>"0.0.4"}
s.source_files="DetectorKit/**/*.{h,m,swift}"
s.pod_target_xcconfig={'SWIFT_VERSION'=>'4'}
end