Skip to content

Commit

Permalink
Updating podspec to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Stoll committed May 23, 2013
1 parent bc35b0a commit 795e256
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.1'
s.version = '1.0.2'
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.1' }
s.source = { :git => 'https://github.com/mutualmobile/MMRecord.git', :tag => '1.0.2' }
s.requires_arc = true

s.preferred_dependency = 'Core'
Expand Down

0 comments on commit 795e256

Please sign in to comment.