Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yamajyn committed Oct 24, 2020
1 parent 20cb068 commit f76df7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion InterButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Pod::Spec.new do |spec|
spec.version = "0.0.1"
spec.summary = "InterButton makes the button smaller when tapped."
spec.homepage = "https://github.com/yamajyn/InterButton"
spec.screenshots = "https://github.com/yamajyn/InterButton/blob/main/Resources/screenshots_1.gif"
spec.license = { :type => "MIT", :file => "License.md" }
spec.author = "Junya Yamamoto"
spec.social_media_url = "https://twitter.com/yamajyn"
spec.platform = :ios, "14.0"
spec.ios.deployment_target = "14.0"
spec.swift_versions = "4.0"
spec.source = { :git => "https://github.com/yamajyn/InterButton.git", :tag => "#{spec.version}" }
spec.source_files = "Classes", "InterButton/InterButton.swift"
end
1 change: 0 additions & 1 deletion swift_versions

This file was deleted.

0 comments on commit f76df7c

Please sign in to comment.