This repository was archived by the owner on Feb 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# SSToolkit Changelog
22
3+ ### Version 1.0.1
4+
5+ [ Released May 25, 2012] ( https://github.com/samsoffes/sstoolkit/tree/1.0.1 )
6+
7+ * Use strong and unsafe_unretained instead of retain and assign
8+ * Require ARC in podspec - [ @fictorial ] ( http://github.com/fictorial )
9+ * Some small fixes to localizable strings - [ @massimoperi ] ( http://github.com/massimoperi )
10+
311### Version 1.0.0
412
513[ Released May 21, 2012] ( https://github.com/samsoffes/sstoolkit/tree/1.0.0 )
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SSToolkit'
3- s . version = '1.0.0 '
3+ s . version = '1.0.1 '
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' => '[email protected] ' } 8- s . source = { :git => 'https://github.com/samsoffes/sstoolkit.git' , :tag => '1.0.0 ' }
8+ s . source = { :git => 'https://github.com/samsoffes/sstoolkit.git' , :tag => '1.0.1 ' }
99
1010 s . description = 'SSToolkit is a collection of well-documented iOS classes for making life ' \
1111 'easier by solving common problems all iOS developers face. Some really ' \
Original file line number Diff line number Diff line change 1- 1.0.0
1+ 1.0.1
You can’t perform that action at this time.
0 commit comments