Skip to content

Commit

Permalink
update README and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewight committed May 16, 2018
1 parent b7b539f commit b22d661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DetectorKit.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "DetectorKit"
s.version = "0.0.2"
s.version = "0.0.3"
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"
s.homepage = "http://www.github.com/stevewight/DetectorKit"
s.license = "MIT"
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.2" }
s.source = { :git => "https://github.com/stevewight/DetectorKit.git", :tag => "0.0.3" }
s.source_files = "DetectorKit/**/*.{h,m,swift}"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4' }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DetectorKit
Easy object detection, framing and obfuscation for **_Swift 3_**
Easy object detection, framing and obfuscation with Swift

## Installation
The easiest way the use DetectorKit is with CocoaPods
Expand Down

0 comments on commit b22d661

Please sign in to comment.