From 5dbb2547a33a1bbf4feff9a8f2bbd155ea26818d Mon Sep 17 00:00:00 2001 From: Melvin Rivera Date: Sun, 11 Dec 2016 17:33:03 -0500 Subject: [PATCH] Assed Carthage support --- AFImageHelper.podspec | 2 +- ImageHelper.xcodeproj/project.pbxproj | 2 - .../xcschemes/ImageHelper watchOS.xcscheme | 80 ------------------- README.md | 1 + Sources/ImageHelper.swift | 2 +- Sources/ImageVIewExtension.swift | 2 +- Sources/Info-watchOS.plist | 24 ------ 7 files changed, 4 insertions(+), 109 deletions(-) delete mode 100644 ImageHelper.xcodeproj/xcshareddata/xcschemes/ImageHelper watchOS.xcscheme delete mode 100644 Sources/Info-watchOS.plist diff --git a/AFImageHelper.podspec b/AFImageHelper.podspec index d86cde8..965cc6b 100644 --- a/AFImageHelper.podspec +++ b/AFImageHelper.podspec @@ -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. diff --git a/ImageHelper.xcodeproj/project.pbxproj b/ImageHelper.xcodeproj/project.pbxproj index ed0c17b..70fbf9e 100644 --- a/ImageHelper.xcodeproj/project.pbxproj +++ b/ImageHelper.xcodeproj/project.pbxproj @@ -82,7 +82,6 @@ 65EAC4D91D8C42E40001F670 /* ImageVIewExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageVIewExtension.swift; sourceTree = ""; }; 65EAC4DA1D8C42E40001F670 /* Info-iOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = ""; }; 65EAC4DB1D8C42E40001F670 /* Info-tvOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = ""; }; - 65EAC4DC1D8C42E40001F670 /* Info-watchOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-watchOS.plist"; sourceTree = ""; }; 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 = ""; }; 65F5EC441D8C493C004A35E8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; @@ -187,7 +186,6 @@ 65EAC4D81D8C42E40001F670 /* ImageHelper.h */, 65EAC4DA1D8C42E40001F670 /* Info-iOS.plist */, 65EAC4DB1D8C42E40001F670 /* Info-tvOS.plist */, - 65EAC4DC1D8C42E40001F670 /* Info-watchOS.plist */, ); path = Sources; sourceTree = SOURCE_ROOT; diff --git a/ImageHelper.xcodeproj/xcshareddata/xcschemes/ImageHelper watchOS.xcscheme b/ImageHelper.xcodeproj/xcshareddata/xcschemes/ImageHelper watchOS.xcscheme deleted file mode 100644 index 6437a34..0000000 --- a/ImageHelper.xcodeproj/xcshareddata/xcschemes/ImageHelper watchOS.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/README.md b/README.md index 36a578c..33b25a5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Sources/ImageHelper.swift b/Sources/ImageHelper.swift index 9fcf03d..911fba3 100644 --- a/Sources/ImageHelper.swift +++ b/Sources/ImageHelper.swift @@ -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. diff --git a/Sources/ImageVIewExtension.swift b/Sources/ImageVIewExtension.swift index ab6f424..429bf13 100644 --- a/Sources/ImageVIewExtension.swift +++ b/Sources/ImageVIewExtension.swift @@ -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. diff --git a/Sources/Info-watchOS.plist b/Sources/Info-watchOS.plist deleted file mode 100644 index fbe1e6b..0000000 --- a/Sources/Info-watchOS.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - -