Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Jun 8, 2016
1 parent ee8ec76 commit 4793dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CocoaBar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Pod::Spec.new do |s|
A flexible and simple to use SnackBar view for iOS. Written in Swift 2.2.
DESC
s.homepage = "https://github.com/MerrickSapsford/CocoaBar"
s.screenshots = "https://github.com/MerrickSapsford/CocoaBar/blob/develop/Resource/screenshot1.png", "https://github.com/MerrickSapsford/CocoaBar/blob/develop/Resource/screenshot2.png"
s.screenshots = "https://raw.githubusercontent.com/MerrickSapsford/CocoaBar/develop/Resource/screenshot1.png", "https://raw.githubusercontent.com/MerrickSapsford/CocoaBar/develop/Resource/screenshot2.png"
s.license = "MIT"
s.author = { "Merrick Sapsford" => "merrick@sapsford.tech" }
s.social_media_url = "http://twitter.com/Merrick Sapsford"
s.social_media_url = "http://twitter.com/MerrickSapsford"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/MerrickSapsford/CocoaBar.git", :tag => s.version.to_s }
s.source_files = "CocoaBar", "Source/**/*.{h,m}"
s.source_files = "Source", "Source/**/*.{h,m}"
s.resources = ['Source/**/*.{xib}']

end
2 changes: 1 addition & 1 deletion Source/Utilities/AutoLayoutUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import UIKit

extension UIView {
internal extension UIView {

internal func autoPinToEdges() -> [NSLayoutConstraint] {
let views = self.setUpForAutoLayout()
Expand Down

0 comments on commit 4793dc4

Please sign in to comment.