Skip to content

Commit

Permalink
Update PersistentModel.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed May 6, 2014
1 parent 8fe8e5d commit cc1f6c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PersistentModel.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PersistentModel"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "Easy creation for key-value storage model for iOS and OS X."

s.description = <<-DESC
Expand All @@ -17,10 +17,10 @@ Pod::Spec.new do |s|
s.author = { "Joan Martin" => "[email protected]" }
s.social_media_url = "http://twitter.com/joan_mh"
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/vilanovi/PersistentModel.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/vilanovi/PersistentModel.git", :tag => "1.1.1" }
s.source_files = 'Source/*.{h,m}'
s.framework = 'UIKit'
s.dependency 'FMDB'
s.requires_arc = true

end
end

0 comments on commit cc1f6c8

Please sign in to comment.