Skip to content

Commit

Permalink
Merge pull request #62 from alec-c4/master
Browse files Browse the repository at this point in the history
Added support for Carthage
  • Loading branch information
vikmeup committed May 26, 2015
2 parents 78663fa + 819609a commit ada03b4
Show file tree
Hide file tree
Showing 67 changed files with 1,886 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCLAlertView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SCLAlertView"
s.version = "0.3"
s.version = "0.4"
s.summary = "Beautiful Alert View. Written in Swift"
s.homepage = "https://github.com/vikmeup/SCLAlertView-Swift"
s.screenshots = "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/errorScreenshot.png", "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png"
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '7.0'
s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => "0.3" }
s.source_files = "Classes/*"
s.source_files = "SCLAlertView/*"
#s.framework = "QuartzCore"
s.requires_arc = true
end
Loading

0 comments on commit ada03b4

Please sign in to comment.