Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Aug 30, 2018
1 parent 0b93b04 commit ae5c74c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Hakuba.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Pod::Spec.new do |s|
s.name = "Hakuba"
s.version = "2.1.1"
s.version = "3.0.0"
s.summary = "A new way to manage UITableView"
s.homepage = "https://github.com/nghialv/Hakuba"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Le Van Nghia" => "[email protected]" }
s.social_media_url = "https://twitter.com/nghialv2607"

s.swift_version = '4.1'
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/nghialv/Hakuba.git", :tag => "2.1.1" }
s.source_files = "Hakuba/*"
s.source = { :git => "https://github.com/nghialv/Hakuba.git", :tag => s.version.to_s }
s.source_files = "Hakuba/**/*.swift"
s.requires_arc = true
end

0 comments on commit ae5c74c

Please sign in to comment.