Skip to content

Commit

Permalink
[podspec] Get the podspec working
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Oct 11, 2020
1 parent d3818c8 commit c0a7869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alderis.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Alderis"
spec.version = "1.0"
spec.version = "1.1"
spec.summary = "A fresh new color picker, with a gentle, fun, and dead simple user interface."
spec.description = <<-DESC
Alderis is a fresh new color picker, with a gentle, fun, and dead simple user
Expand All @@ -25,6 +25,6 @@ Pod::Spec.new do |spec|

spec.source = { :git => "https://github.com/hbang/Alderis.git", :tag => "#{spec.version}" }
spec.requires_arc = true
spec.source_files = [ "Alderis/**" ]
spec.source_files = [ "Alderis/*.swift", "Alderis/*.h" ]
spec.resource_bundles = { "Alderis" => "Alderis/Assets.xcassets" }
end

0 comments on commit c0a7869

Please sign in to comment.