Skip to content

Commit

Permalink
Updating pod spec for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Stoll committed Jun 6, 2013
1 parent d10bdcb commit b70b5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMRecord.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'MMRecord'
s.version = '1.0.2'
s.version = '1.0.3'
s.license = 'MIT'
s.summary = 'A simple block based web service integration library.'
s.homepage = 'https://github.com/MutualMobile/MMRecord'
s.authors = { 'Conrad Stoll' => '[email protected]' }
s.source = { :git => 'https://github.com/mutualmobile/MMRecord.git', :tag => '1.0.2' }
s.source = { :git => 'https://github.com/mutualmobile/MMRecord.git', :tag => '1.0.3' }
s.requires_arc = true

s.preferred_dependency = 'Core'
Expand Down

0 comments on commit b70b5c9

Please sign in to comment.