Skip to content
This repository was archived by the owner on Feb 16, 2019. It is now read-only.

Commit 4c32fb7

Browse files
committed
Version 1.0.3
1 parent 4d4ccad commit 4c32fb7

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2008-2012 Sam Soffes
1+
Copyright (c) 2008-2013 Sam Soffes
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

SSToolkit.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'SSToolkit'
3-
s.version = '1.0.2'
3+
s.version = '1.0.3'
44
s.platform = :ios
55
s.summary = 'A collection of well-documented iOS classes for making life easier.'
66
s.homepage = 'http://sstoolk.it'
77
s.author = { 'Sam Soffes' => 'sam@soff.es' }
8-
s.source = { :git => 'https://github.com/soffes/sstoolkit.git', :tag => '1.0.2' }
8+
s.source = { :git => 'https://github.com/soffes/sstoolkit.git', :tag => '1.0.3' }
99
s.description = 'SSToolkit is a collection of well-documented iOS classes for making life ' \
1010
'easier by solving common problems all iOS developers face. Some really ' \
1111
'handy classes are SSCollectionView, SSGradientView, SSSwitch, and many more.'
1212
s.source_files = 'SSToolkit/**/*.{h,m}'
13-
s.frameworks = 'QuartzCore', 'CoreGraphics'
13+
s.frameworks = 'QuartzCore', 'CoreGraphics', 'MessageUI'
1414
s.requires_arc = true
1515
s.license = { :type => 'MIT', :file => 'LICENSE' }
1616
s.preserve_paths = 'SSToolkit.xcodeproj', 'Resources'
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
file.puts "install_resource 'Resources/SSToolkitResources.bundle'"
2929
end
3030
end
31-
31+
3232
prefix_header = config.project_pods_root + target.prefix_header_filename
3333
prefix_header.open('a') do |file|
3434
file.puts(%{#ifdef __OBJC__\n#import "SSToolkitDefines.h"\n#endif})

SSToolkit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
21AFC57816FB42F2009689DA /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B460C7A16D04647004463C2 /* MessageUI.framework */; settings = {ATTRIBUTES = (Required, ); }; };
1011
3B460C5716D03A77004463C2 /* forward-button-mini.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B460C5316D03A77004463C2 /* forward-button-mini.png */; };
1112
3B460C5816D03A77004463C2 /* forward-button-mini@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B460C5416D03A77004463C2 /* forward-button-mini@2x.png */; };
1213
3B460C5916D03A77004463C2 /* forward-button.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B460C5516D03A77004463C2 /* forward-button.png */; };
@@ -420,6 +421,7 @@
420421
isa = PBXFrameworksBuildPhase;
421422
buildActionMask = 2147483647;
422423
files = (
424+
21AFC57816FB42F2009689DA /* MessageUI.framework in Frameworks */,
423425
AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
424426
B215051210583BBB00409ED4 /* UIKit.framework in Frameworks */,
425427
B2D883C01332D636006B3F55 /* QuartzCore.framework in Frameworks */,

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.3

0 commit comments

Comments
 (0)