Skip to content

Commit

Permalink
- updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
KoCMoHaBTa committed Mar 27, 2020
1 parent 345741c commit 261ff85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MHAppKit.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = "MHAppKit"
s.version = "1.10.0"
s.version = "1.10.1"
s.source = { :git => "https://github.com/KoCMoHaBTa/#{s.name}.git", :tag => "#{s.version}" }
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Milen Halachev"
s.summary = "A collection of useful tools that makes developer's life easier."
s.homepage = "https://github.com/KoCMoHaBTa/#{s.name}"

s.swift_version = "5.1"
s.swift_version = "5.2"
s.ios.deployment_target = "8.1"

s.source_files = "#{s.name}/**/*.swift", "#{s.name}/**/*.{h,m}"
Expand Down

0 comments on commit 261ff85

Please sign in to comment.