Skip to content

Commit

Permalink
- updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
KoCMoHaBTa committed Sep 14, 2022
1 parent bf1488c commit bb8f4e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MHAppKit.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "MHAppKit"
s.version = "1.12.0"
s.version = "1.13.0"
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.3"
s.ios.deployment_target = "9.0"
s.swift_version = "5.7"
s.ios.deployment_target = "11.0"

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

0 comments on commit bb8f4e9

Please sign in to comment.