diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/AccordionSwift.podspec b/AccordionSwift.podspec
index c4ee62c..31b759b 100755
--- a/AccordionSwift.podspec
+++ b/AccordionSwift.podspec
@@ -26,8 +26,8 @@ The best way of implement an accordion menu using an UITableView in Swift
s.author = { 'Victor Sigler' => 'vikt0r.sigler@gmail.com' }
s.source = { :git => 'https://github.com/Vkt0r/AccordionSwift.git', :tag => "v#{s.version.to_s}" }
s.social_media_url = 'https://twitter.com/Vkt0r'
- s.swift_version = '5.0'
+ s.swift_version = '4.2'
- s.ios.deployment_target = '10.0'
+ s.ios.deployment_target = '9.0'
s.source_files = 'Source/*.swift'
end
diff --git a/Package.swift b/Package.swift
index 1fad142..e30d7be 100644
--- a/Package.swift
+++ b/Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "AccordionSwift",
- platforms: [.iOS(.v10)],
+ platforms: [.iOS(.v9)],
products: [
.library(
name: "AccordionSwift",
diff --git a/README.md b/README.md
index 06142b0..152704f 100755
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ _An accordion/dropdown menu to integrate in your projects. This library is proto
## Requirements 💥
-- iOS 10.0+
+- iOS 9.0+
- Xcode 10.2+
## Installation
@@ -50,7 +50,7 @@ To integrate AccordionSwift into your Xcode project using CocoaPods, specify it
```ruby
source 'https://github.com/CocoaPods/Specs.git'
-platform :ios, '10.0'
+platform :ios, '9.0'
use_frameworks!
target '' do