Skip to content

Commit

Permalink
Bump license year
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Jun 2, 2012
1 parent 287a788 commit f41913b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008-2011 Sam Soffes
Copyright (c) 2008-2012 Sam Soffes

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
17 changes: 8 additions & 9 deletions SSToolkit.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
Pod::Spec.new do |s|
s.name = 'SSToolkit'
s.version = '1.0.1'
s.platform = :ios
s.summary = 'A collection of well-documented iOS classes for making life easier.'
s.homepage = 'http://sstoolk.it'
s.author = { 'Sam Soffes' => 'sam@samsoff.es' }
s.source = { :git => 'https://github.com/samsoffes/sstoolkit.git', :tag => '1.0.1' }

s.name = 'SSToolkit'
s.version = '1.0.1'
s.platform = :ios
s.summary = 'A collection of well-documented iOS classes for making life easier.'
s.homepage = 'http://sstoolk.it'
s.author = { 'Sam Soffes' => 'sam@samsoff.es' }
s.source = { :git => 'https://github.com/samsoffes/sstoolkit.git', :tag => '1.0.1' }
s.description = 'SSToolkit is a collection of well-documented iOS classes for making life ' \
'easier by solving common problems all iOS developers face. Some really ' \
'handy classes are SSCollectionView, SSGradientView, SSSwitch, and many more.'

s.resources = 'Resources'
s.source_files = 'SSToolkit/**/*.{h,m}'
s.frameworks = 'QuartzCore', 'CoreGraphics'
s.requires_arc = true
s.license = { :type => 'MIT', :file => 'LICENSE' }

def s.post_install(target)
prefix_header = config.project_pods_root + target.prefix_header_filename
Expand Down

0 comments on commit f41913b

Please sign in to comment.