Skip to content

Commit c0a7869

Browse files
committed
[podspec] Get the podspec working
1 parent d3818c8 commit c0a7869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Alderis.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Alderis"
3-
spec.version = "1.0"
3+
spec.version = "1.1"
44
spec.summary = "A fresh new color picker, with a gentle, fun, and dead simple user interface."
55
spec.description = <<-DESC
66
Alderis is a fresh new color picker, with a gentle, fun, and dead simple user
@@ -25,6 +25,6 @@ Pod::Spec.new do |spec|
2525

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

0 commit comments

Comments
 (0)