Skip to content

Commit cc1f6c8

Browse files
committed
Update PersistentModel.podspec
1 parent 8fe8e5d commit cc1f6c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PersistentModel.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

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

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

26-
end
26+
end

0 commit comments

Comments
 (0)