Skip to content

Commit

Permalink
Add framework and change description of podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Apr 14, 2021
1 parent 8839ef8 commit 64bb2d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LineKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "LineKit"
s.version = "1.4.1"
s.summary = "Share to Naver Line from your apps."
s.summary = "Share to LINE from your apps."
s.homepage = "https://github.com/dlackty/LineKit"
s.license = { :type => 'MIT', :file => 'LICENSE' }

Expand All @@ -12,6 +12,8 @@ Pod::Spec.new do |s|
s.source_files = 'LineKit/*.{h,m}'
s.resources = "LineKit/images/*.png"

s.frameworks = 'UIKit', 'Foundation'

s.social_media_url = "https://twitter.com/dlackty"
s.requires_arc = true
end

0 comments on commit 64bb2d7

Please sign in to comment.