Skip to content

Commit

Permalink
Assed Carthage support
Browse files Browse the repository at this point in the history
  • Loading branch information
melvitax committed Dec 11, 2016
1 parent 24581b1 commit 5dbb254
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 109 deletions.
2 changes: 1 addition & 1 deletion AFImageHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "AFImageHelper"
s.version = "3.2.1"
s.version = "3.2.2"
s.summary = "Image Extensions for Swift 3.0"
s.description = <<-DESC
A collection of extensions for handling image creation from colors and gradients; Manipulating by cropping and scaling; Background fetching from the web with support for caching.
Expand Down
2 changes: 0 additions & 2 deletions ImageHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
65EAC4D91D8C42E40001F670 /* ImageVIewExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageVIewExtension.swift; sourceTree = "<group>"; };
65EAC4DA1D8C42E40001F670 /* Info-iOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = "<group>"; };
65EAC4DB1D8C42E40001F670 /* Info-tvOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
65EAC4DC1D8C42E40001F670 /* Info-watchOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-watchOS.plist"; sourceTree = "<group>"; };
65F5EC3D1D8C493C004A35E8 /* Demo tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Demo tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
65F5EC3F1D8C493C004A35E8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
65F5EC441D8C493C004A35E8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -187,7 +186,6 @@
65EAC4D81D8C42E40001F670 /* ImageHelper.h */,
65EAC4DA1D8C42E40001F670 /* Info-iOS.plist */,
65EAC4DB1D8C42E40001F670 /* Info-tvOS.plist */,
65EAC4DC1D8C42E40001F670 /* Info-watchOS.plist */,
);
path = Sources;
sourceTree = SOURCE_ROOT;
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Version](https://img.shields.io/cocoapods/v/AFImageHelper.svg?style=flat)](http://cocoapods.org/pods/AFImageHelper)
[![License](https://img.shields.io/cocoapods/l/AFImageHelper.svg?style=flat)](http://cocoapods.org/pods/AFImageHelper)
[![Platform](https://img.shields.io/cocoapods/p/AFImageHelper.svg?style=flat)](http://cocoapods.org/pods/AFImageHelper)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Image Extensions for Swift 3.0

Expand Down
2 changes: 1 addition & 1 deletion Sources/ImageHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ImageHelper.swift
//
// ImageHelper
// Version 3.2.1
// Version 3.2.2
//
// Created by Melvin Rivera on 7/5/14.
// Copyright (c) 2014 All Forces. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Sources/ImageVIewExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ImageViewExtension.swift
//
// ImageHelper
// Version 3.2.1
// Version 3.2.2
//
// Created by Melvin Rivera on 7/23/14.
// Copyright (c) 2014 All Forces. All rights reserved.
Expand Down
24 changes: 0 additions & 24 deletions Sources/Info-watchOS.plist

This file was deleted.

0 comments on commit 5dbb254

Please sign in to comment.