Skip to content

Commit

Permalink
Updated CocoaPods source files
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Jun 13, 2014
1 parent 9e3f6fd commit f1dbb4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions SCLAlertView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Pod::Spec.new do |s|
s.summary = "Beautiful Alert View. Written in Swift"

s.description = <<-DESC
Beautiful Alert View. Written in Swift
Beautiful animated Alert View. Written in Swift
DESC

s.homepage = "https://github.com/vikmeup/SCLAlertView-Swift"
Expand Down Expand Up @@ -85,7 +84,7 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = "Classes", "Classes/*.{swift}", "Classes/Assets.xcassets"
s.source_files = "Classes/", "Classes/SCLAlertView.swift", "Classes/Assets.xcassets"
# s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"
Expand All @@ -110,7 +109,7 @@ Pod::Spec.new do |s|
# the lib prefix of their name.
#

# s.framework = "SomeFramework"
s.framework = "QuartzCore"
# s.frameworks = "SomeFramework", "AnotherFramework"

# s.library = "iconv"
Expand Down

0 comments on commit f1dbb4f

Please sign in to comment.