diff --git a/LICENSE b/LICENSE index c55aba2..ef63b35 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2008-2012 Sam Soffes +Copyright (c) 2008-2013 Sam Soffes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/SSToolkit.podspec b/SSToolkit.podspec index 0acb907..1c7c834 100644 --- a/SSToolkit.podspec +++ b/SSToolkit.podspec @@ -1,16 +1,16 @@ Pod::Spec.new do |s| s.name = 'SSToolkit' - s.version = '1.0.2' + s.version = '1.0.3' 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@soff.es' } - s.source = { :git => 'https://github.com/soffes/sstoolkit.git', :tag => '1.0.2' } + s.source = { :git => 'https://github.com/soffes/sstoolkit.git', :tag => '1.0.3' } 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.source_files = 'SSToolkit/**/*.{h,m}' - s.frameworks = 'QuartzCore', 'CoreGraphics' + s.frameworks = 'QuartzCore', 'CoreGraphics', 'MessageUI' s.requires_arc = true s.license = { :type => 'MIT', :file => 'LICENSE' } s.preserve_paths = 'SSToolkit.xcodeproj', 'Resources' @@ -28,7 +28,7 @@ Pod::Spec.new do |s| file.puts "install_resource 'Resources/SSToolkitResources.bundle'" end end - + prefix_header = config.project_pods_root + target.prefix_header_filename prefix_header.open('a') do |file| file.puts(%{#ifdef __OBJC__\n#import "SSToolkitDefines.h"\n#endif}) diff --git a/SSToolkit.xcodeproj/project.pbxproj b/SSToolkit.xcodeproj/project.pbxproj index d6fa9d8..5433fde 100644 --- a/SSToolkit.xcodeproj/project.pbxproj +++ b/SSToolkit.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 21AFC57816FB42F2009689DA /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B460C7A16D04647004463C2 /* MessageUI.framework */; settings = {ATTRIBUTES = (Required, ); }; }; 3B460C5716D03A77004463C2 /* forward-button-mini.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B460C5316D03A77004463C2 /* forward-button-mini.png */; }; 3B460C5816D03A77004463C2 /* forward-button-mini@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B460C5416D03A77004463C2 /* forward-button-mini@2x.png */; }; 3B460C5916D03A77004463C2 /* forward-button.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B460C5516D03A77004463C2 /* forward-button.png */; }; @@ -420,6 +421,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 21AFC57816FB42F2009689DA /* MessageUI.framework in Frameworks */, AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */, B215051210583BBB00409ED4 /* UIKit.framework in Frameworks */, B2D883C01332D636006B3F55 /* QuartzCore.framework in Frameworks */, diff --git a/VERSION b/VERSION index 7dea76e..21e8796 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.3