Skip to content

Commit

Permalink
Use old Ruby syntax in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
modocache committed Apr 7, 2014
1 parent 388de41 commit 12d4af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDCSwipeToChoose.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/modocache/MDCSwipeToChoose'
s.license = 'MIT'
s.author = { 'modocache' => 'modocache@gmail.com' }
s.source = { git: 'https://github.com/modocache/MDCSwipeToChoose.git', tag: "v#{s.version}" }
s.source = { :git => 'https://github.com/modocache/MDCSwipeToChoose.git', :tag => "v#{s.version}" }
s.source_files = 'MDCSwipeToChoose/**/*.{h,m}'
s.public_header_files = 'MDCSwipeToChoose/Public/**/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 12d4af9

Please sign in to comment.