Skip to content

Commit

Permalink
Merge pull request #218 from sm360/master
Browse files Browse the repository at this point in the history
Fix podspec to include only swift files
  • Loading branch information
vikmeup authored Jul 26, 2016
2 parents ee8d6d8 + 3c88ba2 commit a1c1683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCLAlertView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => s.version }
s.source_files = "SCLAlertView/*"
s.source_files = "SCLAlertView/*.{swift}"
#s.framework = "QuartzCore"
s.requires_arc = true
end

0 comments on commit a1c1683

Please sign in to comment.