Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Update cocoa pods
Browse files Browse the repository at this point in the history
  • Loading branch information
mureev committed Nov 20, 2013
1 parent 1896205 commit da2c14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMDataStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CMDataStorage'
s.version = '1.0.0'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = 'Simple and powerful API for read / write NSData from / to iOS Cache / Documents / Tmp folder.'
s.homepage = 'https://github.com/mureev/CMDataStorage'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
}
s.source = {
:git => 'https://github.com/mureev/CMDataStorage.git',
:tag => '1.0.0'
:tag => '1.1.0'
}
s.requires_arc = true
s.source_files = 'CMDataStorage/*.{h,m}'
Expand Down

0 comments on commit da2c14a

Please sign in to comment.