Skip to content

Commit 47dcca8

Browse files
committed
Expanded authorship, bump version
1 parent c0ceea0 commit 47dcca8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

JazzHands.podspec

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'JazzHands'
3-
s.version = '0.1.1'
3+
s.version = '0.2.0'
44
s.summary = 'Simple keyframe animations for scrolling intros.'
55
s.homepage = 'https://github.com/IFTTT/JazzHands'
6-
s.author = { 'Devin Foley' => '[email protected]' }
6+
s.author = {
7+
'Devin Foley' => '[email protected]',
8+
'Jonathan Hersh' => '[email protected]',
9+
'Max Meyers' => '[email protected]',
10+
'Laura Skelton' => '[email protected]'
11+
}
712
s.source = { :git => 'https://github.com/IFTTT/JazzHands.git', :tag => s.version.to_s }
813
s.platform = :ios, '5.0'
914
s.requires_arc = true

0 commit comments

Comments
 (0)