diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 1419f28..dd4e2f8 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - NSFWDetector (1.0.1)
+ - NSFWDetector (1.1.0)
DEPENDENCIES:
- NSFWDetector (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- NSFWDetector: 396d51bed89d368f19298409bfb791ef83b53d7e
+ NSFWDetector: 5158164f5e716652aa61cfa92dc7b252a6883415
PODFILE CHECKSUM: f9a9c6821210dfbaf2efbedd233ddc769e77db55
diff --git a/Example/Pods/Local Podspecs/NSFWDetector.podspec.json b/Example/Pods/Local Podspecs/NSFWDetector.podspec.json
index ebe58a6..21be8fe 100644
--- a/Example/Pods/Local Podspecs/NSFWDetector.podspec.json
+++ b/Example/Pods/Local Podspecs/NSFWDetector.podspec.json
@@ -1,6 +1,6 @@
{
"name": "NSFWDetector",
- "version": "1.0.1",
+ "version": "1.1.0",
"summary": "NSFW Content Detection aká porn detection with CoreML.",
"swift_version": "4.0",
"description": "Lightweight Library for scanning images for NSFW (Not Safe For Work) content.",
@@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/lovoo/NSFWDetector.git",
- "tag": "1.0.1"
+ "tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index 1419f28..dd4e2f8 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - NSFWDetector (1.0.1)
+ - NSFWDetector (1.1.0)
DEPENDENCIES:
- NSFWDetector (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- NSFWDetector: 396d51bed89d368f19298409bfb791ef83b53d7e
+ NSFWDetector: 5158164f5e716652aa61cfa92dc7b252a6883415
PODFILE CHECKSUM: f9a9c6821210dfbaf2efbedd233ddc769e77db55
diff --git a/Example/Pods/Target Support Files/NSFWDetector/Info.plist b/Example/Pods/Target Support Files/NSFWDetector/Info.plist
index 3c175b6..21a30b4 100644
--- a/Example/Pods/Target Support Files/NSFWDetector/Info.plist
+++ b/Example/Pods/Target Support Files/NSFWDetector/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.1
+ 1.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/NSFWDetector.podspec b/NSFWDetector.podspec
index e858c72..d1f71e6 100644
--- a/NSFWDetector.podspec
+++ b/NSFWDetector.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NSFWDetector'
- s.version = '1.0.1'
+ s.version = '1.1.0'
s.summary = 'NSFW Content Detection aká porn detection with CoreML.'
s.swift_version = '4.0'
diff --git a/NSFWDetector/Classes/NSFW.mlmodel b/NSFWDetector/Classes/NSFW.mlmodel
index e99f0ff..75d1d7a 100644
Binary files a/NSFWDetector/Classes/NSFW.mlmodel and b/NSFWDetector/Classes/NSFW.mlmodel differ