Skip to content

Commit

Permalink
Refactored for future Swift Package Manager. Renamed project. Updated…
Browse files Browse the repository at this point in the history
… version and podspec.
  • Loading branch information
melvitax committed Sep 16, 2016
1 parent ef48eb3 commit 59c1f22
Show file tree
Hide file tree
Showing 50 changed files with 1,779 additions and 402 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
35 changes: 17 additions & 18 deletions AFImageHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,26 @@
#

Pod::Spec.new do |s|
s.name = "AFImageHelper"
s.version = "3.1.0"
s.summary = "Image Extensions for Swift 2.0"
s.description = <<-DESC
s.name = "AFImageHelper"
s.version = "3.2.0"
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.
DESC
s.homepage = "https://github.com/melvitax/AFImageHelper"
s.screenshots = "https://raw.githubusercontent.com/melvitax/AFImageHelper/master/Screenshot.png"
s.license = 'MIT'
s.author = { "Melvin Rivera" => "melvin@allforces.com" }
s.source = { :git => "https://github.com/melvitax/AFImageHelper.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/melvitax'
s.homepage = "https://github.com/melvitax/ImageHelper"
s.screenshots = "https://raw.githubusercontent.com/melvitax/ImageHelper/master/Screenshot.png"
s.license = 'MIT'
s.author = { "Melvin Rivera" => "melvitax@gmail.com" }
s.source = { :git => "https://github.com/melvitax/ImageHelper.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/melvitax'

s.platform = :ios, '8.0'
s.requires_arc = true
s.platforms = { :ios => '8.4', :tvos => '9.0', :watchos => '2.0' }
s.ios.deployment_target = "8.4"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"

s.source_files = 'AFImageHelper/**/*'
#s.resource_bundles = {}
s.xcconfig = { 'SWIFT_VERSION' => '3.0' }

# s.public_header_files
# s.frameworks = 'QuartzCore'
# s.dependency
end
s.source_files = "Sources/**/*.{h,swift}"

end
337 changes: 0 additions & 337 deletions AFImageHelper.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

File renamed without changes.

0 comments on commit 59c1f22

Please sign in to comment.